QueryCursorEventArgs Constructor (MouseDevice^, Int32, StylusDevice^)
.NET Framework (current version)
Initializes a new instance of the QueryCursorEventArgs class, by using the specified mouse device, timestamp, and stylus device.
Assembly: PresentationCore (in PresentationCore.dll)
public: QueryCursorEventArgs( MouseDevice^ mouse, int timestamp, StylusDevice^ stylusDevice )
Parameters
- mouse
-
Type:
System.Windows.Input::MouseDevice^
The logical mouse device associated with this event.
- timestamp
-
Type:
System::Int32
The time when the input occurred.
- stylusDevice
-
Type:
System.Windows.Input::StylusDevice^
The stylus pointer associated with this event.
.NET Framework
Available since 3.0
Available since 3.0
Show: