The GwxDocument type exposes the following members.
Events
Name | Description | |
---|---|---|
AnimationStarted |
Occurs after a display has started animating.
| |
AnimationStarting |
Occurs before a display starts animating.
| |
AnimationStopped |
Occurs after a display has stopped animating.
| |
AnimationStopping |
Occurs before a display stops animating.
| |
BeginPrint |
Occurs before the first page of the current display prints.
| |
Changed | Occurs when the Freezable or an object it contains is modified. (Inherited from Freezable.) | |
CurrentCultureChanged |
Occurs when the current CultureInfo provided by Language Aliasing has changed.
| |
DataReady |
This event occurs when all subscribed data tags have intialially received good quality data values.
This event only occurs once. It will only occur again if ALL data tags are unsubscribed and re-subscribed.
In other words, this event will only happen once in the lifetime of an HMI display, unless the HMI display
exits runtime mode and then subsequently re-enters runtime mode (if only a subset of tags are unsubscribed/re-subscribed,
this event will not be raised).
| |
DataReleased |
Occurs after data has been released for a display.
| |
DataReleasing |
Occurs before data is released for a display.
| |
DataRequested |
Occurs after data has been requested for a display.
| |
DataRequesting |
Occurs before data is requested for a display.
| |
DataValueWriteBeginning |
Occurs when a new value is about to be written.
| |
DataValueWriteCompleted |
Occurs when a new value has been successfully written.
| |
DataValueWriteFailed |
Occurs when a new value has failed to be written.
| |
DocumentUnloading |
Occurs when the currently loaded display is being unloaded
(ususally because a new display has been loaded to replace the current display).
| |
EndPrint |
Occurs after the last page of the current display prints.
| |
LoadCompleted |
Occurs after a display load has finished.
| |
MobileDisplayStyleChanged |
Indicates when the style of the controls of the mobile display has changed.
| |
PanChanged |
Occurs when the current pan (horizontal or vertical scroll) has changed.
| |
PickPostDown |
Occurs when the mouse is pressed down on a Pick dynamic, after the Pick command has executed.
| |
PickPostUp |
Occurs when the mouse is released on a Pick dynamic, after the Pick command has executed.
| |
PickPostWhileDown |
Occurs while the mouse is pressed down on a Pick dynamic (at the configured interval), after the Pick command has executed.
| |
PickPreDown |
Occurs when the mouse is pressed down on a Pick dynamic, before the Pick command has executed.
| |
PickPreUp |
Occurs when the mouse is released on a Pick dynamic, before the Pick command has executed.
| |
PickPreWhileDown |
Occurs while the mouse is pressed down on a Pick dynamic (at the configured interval), before the Pick command has executed.
| |
ScaleChanged |
Occurs when the current scaling of a display changes (caused by zoom change or resize of scalable display).
| |
ViewportSizeChanged |
Occurs when the size the width or height of this viewer's viewport (current view area) has changed.
You can use ThisWindow.ViewportWidth and ThisWindow.ViewportHeight to determine the new viewport size.
Or, you can call ThisWindow.GetCurrentVisibleAreaRootSpace to get the viewport dimensions in the coordinate
space the root visual of the display.
| |
WindowLocationChanged |
Occurs when the location of the window that contains this control has changed.
You can call ThisWindow.GetWindowBounds in the event handler to determine the new window location.
| |
WindowSizeChanged |
Occurs when the size of the window that contains this control has changed.
You can call ThisWindow.GetWindowBounds in the event handler to determine the new window size.
| |
ZoomChanged |
Occurs when the current zoom has changed.
|