Share via


StylusSystemGestureEventArgs(StylusDevice, Int32, SystemGesture) Oluşturucu

Tanım

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

public:
 StylusSystemGestureEventArgs(System::Windows::Input::StylusDevice ^ stylusDevice, int timestamp, System::Windows::Input::SystemGesture systemGesture);
public StylusSystemGestureEventArgs (System.Windows.Input.StylusDevice stylusDevice, int timestamp, System.Windows.Input.SystemGesture systemGesture);
new System.Windows.Input.StylusSystemGestureEventArgs : System.Windows.Input.StylusDevice * int * System.Windows.Input.SystemGesture -> System.Windows.Input.StylusSystemGestureEventArgs
Public Sub New (stylusDevice As StylusDevice, timestamp As Integer, systemGesture As SystemGesture)

Parametreler

stylusDevice
StylusDevice

StylusDevice olayla ilişkilendirilecek.

timestamp
Int32

Olayın gerçekleştiği zaman.

systemGesture
SystemGesture

Olayı SystemGesture tetikleyen.

Şunlara uygulanır

Ayrıca bkz.