Share via


StylusButtonEventArgs(StylusDevice, Int32, StylusButton) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

stylusDevice
StylusDevice

StylusDevice à associer à l'événement.

timestamp
Int32

Heure à laquelle l'événement se produit.

button
StylusButton

StylusButton qui déclenche l'événement.

S’applique à