StylusEventArgs(StylusDevice, Int32) Constructor

Definition

Initializes a new instance of the StylusEventArgs class.

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

The stylus to associate with the event.

timestamp
Int32

The time when the event occurs.

Applies to