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입니다.

적용 대상

추가 정보