Click or drag to resize

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

Value

Type: CodeStack.SwEx.AddIn.DelegatesDocumentStateChangedDelegate
Remarks
This event will also be raised when add-in unloads but documents are still open
See Also