MouseWheelEventArgs(MouseDevice, Int32, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy MouseWheelEventArgs.

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)

Parametry

mouse
MouseDevice

Urządzenie myszy skojarzone z tym zdarzeniem.

timestamp
Int32

Godzina wystąpienia danych wejściowych.

delta
Int32

Ilość, którą zmienia się koło.

Dotyczy