 | CTInterfaceOnAppExit Event |
[This is preliminary documentation and is subject to change.]
Notification that occurs when CUSTOMTOOLS is being unloaded.
Can be used for instance to safely terminate asynchronous
background tasks started by the script add-in.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic event EventHandler<EventArgs> OnAppExit
Public Event OnAppExit As EventHandler(Of EventArgs)
Value
Type:
SystemEventHandlerEventArgs
Availability
See Also