MouseEventArgs Constructor (MouseDevice^, Int32, StylusDevice^)

 

Initializes a new instance of the MouseEventArgs class using the specified MouseDevice, timestamp, and StylusDevice.

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

public:
MouseEventArgs(
	MouseDevice^ mouse,
	int timestamp,
	StylusDevice^ stylusDevice
)

Parameters

mouse
Type: System.Windows.Input::MouseDevice^

The mouse device associated with this event.

timestamp
Type: System::Int32

The time when the input occurred.

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

The logical stylus device associated with this event.

.NET Framework
Available since 3.0
Return to top
Show: