DocumentOnDrawingAdded Method |
Raise the DrawingAdded 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 OnDrawingAdded(
DrawingEventArgs e
)
Protected Overridable Sub OnDrawingAdded (
e As DrawingEventArgs
)
Parameters
- e
- Type: RootPro.RootProCADDrawingEventArgs
See Also