Click or drag to resize

MouseCallbackOnMouseUp Method

Called at the beginning of handling of a mouse up 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 OnMouseUp(
	MouseCallbackEventArgs e
)

Parameters

e
Type: Rhino.UIMouseCallbackEventArgs

[Missing <param name="e"/> documentation for "M:Rhino.UI.MouseCallback.OnMouseUp(Rhino.UI.MouseCallbackEventArgs)"]

See Also