StylusEventArgs(StylusDevice, Int32) Costruttore

Definizione

Inizializza una nuova istanza della classe StylusEventArgs.

public:
 StylusEventArgs(System::Windows::Input::StylusDevice ^ stylus, int timestamp);
public StylusEventArgs (System.Windows.Input.StylusDevice stylus, int timestamp);
new System.Windows.Input.StylusEventArgs : System.Windows.Input.StylusDevice * int -> System.Windows.Input.StylusEventArgs
Public Sub New (stylus As StylusDevice, timestamp As Integer)

Parametri

stylus
StylusDevice

Stilo da associare all'evento.

timestamp
Int32

Il tempo in cui si verifica l'evento.

Si applica a