DataGrid::OnMouseUp Method (MouseEventArgs^)
.NET Framework (current version)
Raises the MouseUp event.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 1.1
Show: