The properties of the MouseEventArgs class are listed below. For a complete list of MouseEventArgs class members, see the MouseEventArgs Members topic.
Button | Gets which mouse button was pressed. |
Clicks | Gets the number of times the mouse button was pressed and released. |
Delta | Gets a signed count of the number of detents the mouse wheel has rotated. |
ExtendedInfo (inherited from EventArgs) | Holds a reference to an object that manages the event's state. |
X | Gets the x-coordinate of a mouse click. |
Y | Gets the y-coordinate of a mouse click. |