StylusDownEventArgs(StylusDevice, Int32) Constructor

Definition

Initializes a new instance of the StylusDownEventArgs class.

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

Device instance that the event is associated with.

timestamp
Int32

A timestamp used to disambiguate instances of the event.

Applies to