And you always seem outnumbered...
You don't dare make a stand.
- Bob Seger
aztec.ui.WindowCloseEvent
public class WindowCloseEvent from<WindowEvent>
Base
Event
WindowEvent
WindowCloseEvent
The WindowCloseEvent class provides an event class which occurs when a Dialog or Frame UI object is closed. Pressing the "close window" icon in the OS frame for a top-level Dialog or Frame object will result in this event ("close" within the window menu will too). If a Dialog, pressing any button specified as a "close" button will also result in this event.
WindowCloseEvent Methods
Derived Classes
None
See Also
Class Hierarchy, Dialog, Frame, WindowResizeEvent
WindowCloseEvent()
public method WindowCloseEvent(Window AssociatedTopLevelWindow)
Parameters
AssociatedTopLevelWindow
The top level window associated with the event (dialog or frame)
Return Value
None
Description
Constructor for the WindowCloseEvent class.
WindowCloseEvent Class