Click or drag to resize
CTInterfaceOnAppExit Event
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