StylusSystemGestureEventArgs(StylusDevice, Int32, SystemGesture) Конструктор

Определение

Инициализирует новый экземпляр класса StylusSystemGestureEventArgs.

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)

Параметры

stylusDevice
StylusDevice

StylusDevice — связывается с событием.

timestamp
Int32

Время возникновения события.

systemGesture
SystemGesture

SystemGesture — вызывает событие.

Применяется к

См. также раздел