StylusButtonEventArgs(StylusDevice, Int32, StylusButton) Constructor
Definición
Inicializa una nueva instancia de la clase StylusButtonEventArgs.Initializes a new instance of the StylusButtonEventArgs class.
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)
Parámetros
- stylusDevice
- StylusDevice
StylusDevice que se va a asociar con este evento.The StylusDevice to associate with this event.
- timestamp
- Int32
Hora en la que se produce el evento.The time when the event occurs.
- button
- StylusButton
StylusButton que generó el evento.The StylusButton that raises the event.