ApplicationOnDrawingViewMouseDoubleClick Method |
Raise the DrawingViewMouseDoubleClick 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 OnDrawingViewMouseDoubleClick(
DrawingViewMouseEventArgs e
)
Protected Overridable Sub OnDrawingViewMouseDoubleClick (
e As DrawingViewMouseEventArgs
)
Parameters
- e
- Type: RootPro.RootProCAD.UIDrawingViewMouseEventArgs
See Also