| DocumentHandlerInitialized Event |
Raised when document is initialized
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 Initialized
Public Event Initialized As DocumentStateChangedDelegate
public:
event DocumentStateChangedDelegate^ Initialized {
void add (DocumentStateChangedDelegate^ value);
void remove (DocumentStateChangedDelegate^ value);
}
Value
Type:
CodeStack.SwEx.AddIn.DelegatesDocumentStateChangedDelegateRemarks Initialization happens when model loads into a memory (e.g. opening the file, unsuppressing component, resolving component from lightweight mode)
See Also