C1.Win.FlexGrid Namespace / C1FlexGridBase Class / OnMouseWheel Method
A System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
OnMouseWheel Method (C1FlexGridBase)
In This Topic
Syntax
'Declaration
 
Protected Overridable Sub OnMouseWheel( _
   ByVal e As MouseEventArgs _
) 
 

Parameters

e
A System.Windows.Forms.MouseEventArgs that contains the event data.
See Also