The MouseEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
MouseEventArgs | Overloaded. Create and initializes a new MouseEventArgs object. |
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
| 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. |