[]
        
(Showing Draft Content)

C1.Win.C1Input.C1RangeSlider.OnMouseWheel

OnMouseWheel Method

OnMouseWheel(MouseEventArgs)

Raises the System.Windows.Forms.Control.MouseWheel event. This method is for internal use only.

Declaration
protected override void OnMouseWheel(MouseEventArgs e)
Protected Overrides Sub OnMouseWheel(e As MouseEventArgs)
Parameters
Type Name Description
MouseEventArgs e

A System.Windows.Forms.MouseEventArgs that contains the event data.

Overrides