StylusEventArgs(StylusDevice, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de StylusEventArgs klasse.

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)

Parameters

stylus
StylusDevice

De stylus die aan de gebeurtenis moet worden gekoppeld.

timestamp
Int32

Het tijdstip waarop de gebeurtenis plaatsvindt.

Van toepassing op