DataGrid::OnMouseMove Method (MouseEventArgs^)

 

Raises the MouseMove event.

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

protected:
virtual void OnMouseMove(
	MouseEventArgs^ e
) override

Parameters

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

A MouseEventArgs that contains data about the OnMouseMove event.

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

Notes to Inheritors:

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

.NET Framework
Available since 1.1
Return to top
Show: