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