StylusSystemGestureEventArgs Constructor (StylusDevice^, Int32, SystemGesture)

 

Initializes a new instance of the StylusSystemGestureEventArgs class.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
StylusSystemGestureEventArgs(
	StylusDevice^ stylusDevice,
	int timestamp,
	SystemGesture systemGesture
)

Parameters

stylusDevice
Type: System.Windows.Input::StylusDevice^

The StylusDevice to associate with the event.

timestamp
Type: System::Int32

The time the event occurs.

systemGesture
Type: System.Windows.Input::SystemGesture

The SystemGesture that raises the event.

.NET Framework
Available since 3.0
Return to top
Show: