  | 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)
Syntaxpublic virtual void OnInit()
Public Overridable Sub OnInit
public:
virtual void OnInit()
RemarksThis method is called when document is opened or loaded with assembly or drawing
See Also