The event handler receives an argument of type System.Windows.Input.MouseEventArgs containing data related to this event.
The following
MouseEventArgs properties provide information specific to this event.
Property |
Description |
LeftButton |
Gets the current state of the left mouse button. |
MiddleButton |
Gets the current state of the middle mouse button. |
MouseDevice |
Gets the mouse device associated with this event. |
RightButton |
Gets the current state of the right mouse button. |
StylusDevice |
Gets the stylus device associated with this event. |
XButton1 |
Gets the current state of the first extended mouse button. |
XButton2 |
Gets the state of the second extended mouse button. |
To get the particular map item being currently processed, see the event's sender parameter.