There's a piece of Maria...
In every song that I sing.
- Adam Duritz
aztec.ui.WindowResizeEvent
public class WindowResizeEvent from<WindowEvent>
Base
Event
WindowEvent
WindowResizeEvent
The WindowResizeEvent class provides an event class which occurs when a Frame UI object is resized. This event is sent continuously while a window is resized, so the script/application can dynamically update the size and position of the windows contained in the frame. This event is also sent when the frame window changes its size due to a Minimize, Maximize or Restore operation.
WindowResizeEvent Methods
Derived Classes
None
See Also
Class Hierarchy, Frame, WindowCloseEvent
WindowResizeEvent()
public method WindowResizeEvent(Window AssociatedFrameWindow)
Parameters
AssociatedFrameWindow
The frame window associated with the resize event
Return Value
None
Description
Constructor for the WindowResizeEvent class.
WindowResizeEvent Class