Share

ApplicationEvents.OnQuit Event

Parent Object: ApplicationEvents

Description

The OnQuit event notifies a client when Inventor is being shut down.

Syntax

ApplicationEvents.OnQuit( BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )

Parameters

Name Type Description
BeforeOrAfter EventTimingEnum Input . This notification is only provided before Inventor has shut down so the value of this argument will always be kBefore.
Context NameValueMap Input object that can be used to determine the context of why the event fired. No context information is provided for this event.
HandlingCode HandlingCodeEnum Output that indicates how you are handling the event. The value of this argument is currently ignored for this event.

Version

Introduced in version 4

Was this information helpful?