ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / OnMouseWheel Method
A System.Windows.Input.MouseWheelEventArgs that contains the event data.

In This Topic
    OnMouseWheel Method (C1DatePicker)
    In This Topic
    Changes the SelectedDate property according to the mouse wheel delta.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseWheel( _
       ByVal e As MouseWheelEventArgs _
    ) 
    protected override void OnMouseWheel( 
       MouseWheelEventArgs e
    )

    Parameters

    e
    A System.Windows.Input.MouseWheelEventArgs that contains the event data.
    See Also