Click or drag to resize

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

Value

Type: CodeStack.SwEx.AddIn.DelegatesDocumentStateChangedDelegate
Remarks
Initialization happens when model loads into a memory (e.g. opening the file, unsuppressing component, resolving component from lightweight mode)
See Also