DataGrid::OnMouseUp Method (MouseEventArgs^)

 

Raises the MouseUp event.

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

protected:
virtual void OnMouseUp(
	MouseEventArgs^ e
) override

Parameters

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

A MouseEventArgs that contains data about the OnMouseUp event.

Raising an event invokes the event handler through a delegate. For an overview, see NIB: Raising an Event.

Notes to Inheritors:

When overriding OnMouseUp in a derived class, be sure to call the base class's OnMouseUp method.

.NET Framework
Available since 1.1
Return to top
Show: