Search
RowMouseEventArgs Members
Properties
 


Contains the arguments passed to row-related mouse events.

The following tables list the members exposed by the RowMouseEventArgs type.

 Public Properties

  Name Description

Button

Gets the clicked mouse button.

Clicks

Gets the number of mouse clicks.

Row

Gets the related row. (Inherited from RowEventArgs.)

X

Gets the relative x-coordinates of the mouse.

Y

Gets the relative y-coordinates of the mouse.

 See Also