RowCellClickEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
Row |
Initializes a new instance of the Row |
#Fields
Name | Description |
---|---|
Empty static |
Provides a value to use with events that do not have event data.
Inherited from Event |
#Properties
Name | Description |
---|---|
Button |
Gets which mouse button was pressed.
Inherited from Mouse |
Cell |
Gets the edit value of the clicked cell. |
Clicks |
Gets the number of times the mouse button was pressed and released.
Inherited from Mouse |
Column | Gets the column that contains the clicked cell. |
Delta |
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.
Inherited from Mouse |
Handled |
Gets or sets a value specifying whether an event has been handled.
Inherited from DXMouse |
Hit |
Gets an object that identifies the clicked element.
Inherited from Row |
Is |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from DXMouse |
Is |
Gets whether these event arguments provide data for the Mouse |
Location |
Gets the location of the mouse during the generating mouse event.
Inherited from Mouse |
Row |
Gets the handle of the clicked row.
Inherited from Row |
X |
Gets the x-coordinate of the mouse during the generating mouse event.
Inherited from Mouse |
Y |
Gets the y-coordinate of the mouse during the generating mouse event.
Inherited from Mouse |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Converts the Mouse |
Get |
Converts the Mouse |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Sync() |
For internal use.
Inherited from DXMouse |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also