MouseCallbackOnMouseMove Method |
Called at the beginning of handling of a mouse move 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 OnMouseMove(
MouseCallbackEventArgs e
)
Protected Overridable Sub OnMouseMove (
e As MouseCallbackEventArgs
)
Parameters
- e
- Type: Rhino.UIMouseCallbackEventArgs
[Missing <param name="e"/> documentation for "M:Rhino.UI.MouseCallback.OnMouseMove(Rhino.UI.MouseCallbackEventArgs)"]
See Also