CheckBox::OnMouseUp Method (MouseEventArgs^)

 

Raises the OnMouseUp event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnMouseUp(
	MouseEventArgs^ mevent
) override

Parameters

mevent
Type: System.Windows.Forms::MouseEventArgs^

A MouseEventArgs that contains the event data.

.NET Framework
Available since 1.1
Return to top
Show: