MouseWheelEventArgs(MouseDevice, Int32, Int32) Constructor

Definition

Initializes a new instance of the MouseWheelEventArgs class.

public:
 MouseWheelEventArgs(System::Windows::Input::MouseDevice ^ mouse, int timestamp, int delta);
public MouseWheelEventArgs (System.Windows.Input.MouseDevice mouse, int timestamp, int delta);
new System.Windows.Input.MouseWheelEventArgs : System.Windows.Input.MouseDevice * int * int -> System.Windows.Input.MouseWheelEventArgs
Public Sub New (mouse As MouseDevice, timestamp As Integer, delta As Integer)

Parameters

mouse
MouseDevice

The mouse device associated with this event.

timestamp
Int32

The time when the input occurred.

delta
Int32

The amount the wheel has changed.

Applies to