Click or drag to resize
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.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public event EventHandler<EventArgs> OnAppExit

Value

Type: SystemEventHandlerEventArgs
Availability

CUSTOMTOOLS 2013 SP3


See Also