Click or drag to resize

IApp Events

The IApp type exposes the following members.

Events
  NameDescription
Public eventOnExiting
The event is raised after the application shuts down. For more information please see OnExiting(Int32).
Public eventOnHide
The event is raised after the main window has been hidden. For more information please see OnHide.
Public eventOnJobStopped
The event is raised after a simulator job finishes. For more information please see OnJobStopped(JobStopStatus, String).
Public eventOnShow
The event is raised after the main window has been shown. For more information please see OnShow.
Top
See Also