GH_SliderBaseMouseUp Method  | 
 
 Respond to mouse-up events.
 
 
    Namespace: 
   Grasshopper.GUI.Base
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxpublic bool MouseUp(
	MouseEventArgs args,
	PointF pt
)
Public Function MouseUp ( 
	args As MouseEventArgs,
	pt As PointF
) As Boolean
Parameters
- args
 - Type: System.Windows.FormsMouseEventArgs
Mouse Event arguments. - pt
 - Type: System.DrawingPointF
Mouse cursor position in floating point accuracy. 
Return Value
Type: 
BooleanTrue if a Drag operation was terminated, false if the event went unnoticed.
See Also