StylusSystemGestureEventArgs(StylusDevice, Int32, SystemGesture) Constructor

Definition

Initializes a new instance of the StylusSystemGestureEventArgs class.

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

Parameters

stylusDevice
StylusDevice

The StylusDevice to associate with the event.

timestamp
Int32

The time the event occurs.

systemGesture
SystemGesture

The SystemGesture that raises the event.

Applies to

See also