Click or drag to resize

McApplication Events

The McApplication type exposes the following members.

Events
  NameDescription
Public eventAfterError
This event is fired after an error has been displayed.
Public eventAfterFullScreen
This event is fired once the application switches back to standard from full screen mode.
Public eventAfterInitialize
This event if fired when the application is fully started.
Public eventBeforeError
The event is fired before displaying an error dialog.
Public eventBeforeFullScreen
This event is fired just before the application goes into full screen mode.
Public eventBeforeShutdown
This event is fired before the application is closed.
Public eventCaptureAcquiring
This event is fired when the status of image capture changes.
Public eventInitialize
This event is fired early during initialization when the main window becomes visible.
Public eventSelectedDataChanged
This event is fired whenever the selected data is changed in the Image Strip or by activating a new window.
Public eventSettingChanged
This event is fired whenever an application setting is being changed.
Public eventShutdown
This event is fired at the end of the application shutdown.
Top
See Also