| DocumentHandlerOnInit Method |
Override to handle the initialization of the document
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 virtual void OnInit()
Public Overridable Sub OnInit
public:
virtual void OnInit()
Remarks This method is called when document is opened or loaded with assembly or drawing
See Also