GridViewCellEventArgs Class |
Namespace: Eto.Forms
The GridViewCellEventArgs type exposes the following members.
Name | Description | |
---|---|---|
GridViewCellEventArgs |
Initializes a new instance of the GridViewCellEventArgs class.
|
Name | Description | |
---|---|---|
Column |
Gets the index of the column that triggered the event, or -1 if no column.
| |
GridColumn |
Gets the grid column that triggered the event.
| |
Item |
Gets the item of the row that triggered the event, or null if there was no item.
| |
Row |
Gets the row that triggered the event, or -1 if no row.
|