| DocumentHandlerDestroyed Event |
Raised when document is closed
Namespace:
CodeStack.SwEx.AddIn.Core
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public event DocumentStateChangedDelegate Destroyed
Public Event Destroyed As DocumentStateChangedDelegate
public:
event DocumentStateChangedDelegate^ Destroyed {
void add (DocumentStateChangedDelegate^ value);
void remove (DocumentStateChangedDelegate^ value);
}
Value
Type:
CodeStack.SwEx.AddIn.DelegatesDocumentStateChangedDelegateRemarks This event will also be raised when add-in unloads but documents are still open
See Also