StylusDownEventArgs(StylusDevice, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de StylusDownEventArgs klasse.

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

Parameters

stylusDevice
StylusDevice

Apparaatexemplaar waaraan de gebeurtenis is gekoppeld.

timestamp
Int32

Een tijdstempel die wordt gebruikt om exemplaren van de gebeurtenis ondubbelzinnig te maken.

Van toepassing op