Aztec® Programming Language
Version 1.1 Alpha 2

Copyright © 2010-2017, Aztec Development Group, All Rights Reserved

Download Aztec

Search        Contact Us

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

WindowResizeEvent() Constructor for the WindowResizeEvent class

Derived Classes

See Also

  


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

 

Copyright © 2010-2017

Aztec Development Group

All Rights Reserved

Download Aztec