Click or drag to resize

IAppEvents Interface

Represents application level events.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface IAppEvents

The IAppEvents type exposes the following members.

Methods
  NameDescription
Public methodOnExiting
The event is raised after the application shuts down.
Public methodOnHide
The event is raised after the window has been hidden.
Public methodOnJobStopped
The event is raised after a simulator job finishes.
Public methodOnShow
The event is raised after the window has been shown.
Top
See Also