System.Windows.Forms.MouseEventArgs Members

The members of System.Windows.Forms.MouseEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the System.Windows.Forms.MouseEventArgs class.

Public Properties

[read-only]
ButtonMouseButtons.

Gets which mouse button was pressed.

[read-only]
Clicksint.

Gets the number of times the mouse button was pressed and released.

[read-only]
Deltaint.

Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel.

[read-only]
LocationSystem.Drawing.Point.

Gets the location of the mouse during the generating mouse event.

[read-only]
Xint.

Gets the x-coordinate of the mouse during the generating mouse event.

[read-only]
Yint.

Gets the y-coordinate of the mouse during the generating mouse event.