Aracılığıyla paylaş


MouseWheelEventArgs(MouseDevice, Int32, Int32) Oluşturucu

Tanım

MouseWheelEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

mouse
MouseDevice

Bu olayla ilişkili fare cihazı.

timestamp
Int32

Girişin gerçekleştiği saat.

delta
Int32

Tekerleğin değiştiği miktar.

Şunlara uygulanır