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

適用於