| DocumentHandlerActivated Event |
Raised when model window is activated
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 Activated
Public Event Activated As DocumentStateChangedDelegate
public:
event DocumentStateChangedDelegate^ Activated {
void add (DocumentStateChangedDelegate^ value);
void remove (DocumentStateChangedDelegate^ value);
}
Value
Type:
CodeStack.SwEx.AddIn.DelegatesDocumentStateChangedDelegateSee Also