StylusButtonEventArgs(StylusDevice, Int32, StylusButton) Oluşturucu

Tanım

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

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)

Parametreler

stylusDevice
StylusDevice

StylusDevice bu olayla ilişkilendirilecek.

timestamp
Int32

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

button
StylusButton

Olayı StylusButton tetikleyen.

Şunlara uygulanır