NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MouseEventArgs Properties

The properties of the MouseEventArgs class are listed below. For a complete list of MouseEventArgs class members, see the MouseEventArgs Members topic.

Public:

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.

See Also

MouseEventArgs Class | System.WinForms Namespace