ApplicationOnDocumentOpened Method |
Raise the DocumentOpened 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 OnDocumentOpened(
DocumentEventArgs e
)
Protected Overridable Sub OnDocumentOpened (
e As DocumentEventArgs
)
Parameters
- e
- Type: RootPro.RootProCADDocumentEventArgs
See Also