ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 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 _
    ) 
    protected override void OnMouseWheel( 
       MouseEventArgs e
    )

    Parameters

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