MouseButtonEventArgs::ChangedButton Property
.NET Framework (current version)
Gets the button associated with the event.
Assembly: PresentationCore (in PresentationCore.dll)
The Mouse class provides additional properties and methods for determining the state of the mouse.
The following example creates a mouse button event handler that changes the color of an object depending on the mouse button which was pressed. The ChangedButton property is checked to determine which button was pressed.
.NET Framework
Available since 3.0
Available since 3.0
Show: