 | IAppEventsOnExiting Method |
The event is raised after the application shuts down.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid OnExiting(
int exitCode
)
Sub OnExiting (
exitCode As Integer
)
Dim instance As IAppEvents
Dim exitCode As Integer
instance.OnExiting(exitCode)
Parameters
- exitCode
- Type: SystemInt32
Exit code returned to the system upon application's exiting. Upon successful closing of the application
If application has been closed successfully, exit code is 0.
See Also