GridCellMouseEventArgs Class |
Namespace: Eto.Forms
The GridCellMouseEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | GridCellMouseEventArgs |
Initializes a new instance of the GridCellMouseEventArgs 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.
|