StylusSystemGestureEventArgs Constructor (StylusDevice^, Int32, SystemGesture)
.NET Framework (current version)
Initializes a new instance of the StylusSystemGestureEventArgs class.
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
Available since 3.0
Show: