The MouseEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Button |
Gets a value that specifies what mouse button has been pressed. |
|
|
Clicks |
Gets the number of times the mouse button was pressed and released. |
|
|
Location |
Gets the coordinates of the mouse. |
|
|
X |
Gets the x-coordinate of the mouse. |
|
|
Y |
Gets the y-coordinate of the mouse. |