[]
        
(Showing Draft Content)

C1.WPF.DateTimeEditors.C1DatePicker.OnMouseWheel

OnMouseWheel Method

OnMouseWheel(MouseWheelEventArgs)

Changes the SelectedDate property according to the mouse wheel delta.

Declaration
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters
Type Name Description
MouseWheelEventArgs e

A MouseWheelEventArgs that contains the event data.

Overrides