ApplicationOnNewDocument Method |
Raise the NewDocument event.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax protected virtual void OnNewDocument(
DocumentEventArgs e
)
Protected Overridable Sub OnNewDocument (
e As DocumentEventArgs
)
Parameters
- e
- Type: RootPro.RootProCADDocumentEventArgs
See Also