ApplicationEvents.OnResizeApplicationWindow Event
Parent Object: ApplicationEventsDescription
Fires after application main window is resized, or layout is recalculated.
Syntax
ApplicationEvents.OnResizeApplicationWindow( ApplicationObject As Application, BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )Parameters
Name | Type | Description |
ApplicationObject | Application | The Application object which window has been resized. |
BeforeOrAfter | EventTimingEnum | Input EventTimingEnum indicating if the event is being fired before (kBefore) or after (kAfter) the application window is resized. This notification is currently only provided after the application window has been resized. |
Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. Name=”WindowState”, Value= WindowsSizeEnum. This indicates the current application window state. |
HandlingCode | HandlingCodeEnum | Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event. |