C1.Framework Namespace / ScrollableControl Class / OnMouseWheel Method
A System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
OnMouseWheel Method (ScrollableControl)
In This Topic
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overrides Sub OnMouseWheel( _
   ByVal e As MouseEventArgs _
) 
 

Parameters

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