QueryCursorEventArgs Constructor (MouseDevice^, Int32)

 

Initializes a new instance of the QueryCursorEventArgs class, by using the specified mouse device and the specified timestamp.

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

public:
QueryCursorEventArgs(
	MouseDevice^ mouse,
	int timestamp
)

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.

.NET Framework
Available since 3.0
Return to top
Show: