Raises the OnMouseWheel event.
[Visual Basic] Overrides Protected Sub OnMouseWheel( _ ByVal e As MouseEventArgs _ ) [C#] protected override void OnMouseWheel( MouseEventArgs e ); [C++] protected: override void OnMouseWheel( MouseEventArgs* e ); [JScript] protected override function OnMouseWheel( e : MouseEventArgs );
Raising an event invokes the event-handling method through a delegate. For an overview, see TBD.
Notes to Inheritors When overriding OnMouseWheel in a derived class, be sure to call the base class's OnMouseWheel method.
DataGrid Class | DataGrid Members | System.WinForms Namespace