MouseCallbackOnMouseDown Method |
Called at the beginning of handling of a mouse down event in Rhino.
If you don't want the default Rhino functionality to be run, then set
Cancel to true on the passed in event arguments
Base class implementation of this function does nothing
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual void OnMouseDown(
MouseCallbackEventArgs e
)
Protected Overridable Sub OnMouseDown (
e As MouseCallbackEventArgs
)
Parameters
- e
- Type: Rhino.UIMouseCallbackEventArgs
[Missing <param name="e"/> documentation for "M:Rhino.UI.MouseCallback.OnMouseDown(Rhino.UI.MouseCallbackEventArgs)"]
See Also