C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1RangeSlider Class / OnMouseWheel Method
A System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
OnMouseWheel Method (C1RangeSlider)
In This Topic
Raises the System.Windows.Forms.Control.MouseWheel event. This method is for internal use only.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseWheel( _
   ByVal e As MouseEventArgs _
) 
 

Parameters

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