 | CTInterface.OnOptionsClosedNotify Event |
Notifies when user exits CUSTOMTOOLS Options with OK.
Invoked only when Options is accessed via SOLIDWORKS, and NOT from CUSTOMTOOLS Administration.
Namespace:
ATR.CT.CTInterface
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic event EventHandler<EventArgs> OnOptionsClosedNotify
Public Event OnOptionsClosedNotify As EventHandler(Of EventArgs)
Value
Type:
System.EventHandler<EventArgs>
Availability
See Also