RowCellClickEventArgs Constructors
Provides data for the GridView.RowCellClick event.| Name | Parameters | Description |
|---|---|---|
| RowCellClickEventArgs(DXMouseEventArgs, Int32, GridColumn) | e, rowHandle, column | Initializes a new instance of the RowCellClickEventArgs class with the specified settings. |
See Also