Interface ILcyApplicationPaneOwner


public interface ILcyApplicationPaneOwner
Represents the owner of an application pane. This class will receive an event when the application pane is closing.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the application pane is disposing.
  • Method Details

    • applicationPaneDisposing

      void applicationPaneDisposing(EventObject aEvent)
      Invoked when the application pane is disposing. It allows the owner of the application pane to perform clean up tasks, ...
      Parameters:
      aEvent - The event that caused the disposal. The source of the event is the application pane that is being disposed.