StylusButtonEventArgs(StylusDevice, Int32, StylusButton) 생성자

정의

StylusButtonEventArgs 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

stylusDevice
StylusDevice

이 이벤트와 연결할 StylusDevice입니다.

timestamp
Int32

이벤트가 발생하는 시간입니다.

button
StylusButton

이벤트를 발생시키는 StylusButton입니다.

적용 대상