CellEventArgs Class |
Namespace: Eto.Forms
The CellEventArgs type exposes the following members.
Name | Description | |
---|---|---|
CellEventArgs(Int32, Object, CellStates) | Obsolete.
Initializes a new instance of the CellEventArgs class.
| |
CellEventArgs(Grid, Cell, Int32, Object, CellStates) |
Initializes a new instance of the CellEventArgs class.
|
Name | Description | |
---|---|---|
Cell |
Gets the cell that triggered this event
| |
CellState |
Gets the state of the cell.
| |
CellTextColor |
Gets or sets the preferred color of the cell text given its state.
| |
Grid |
Gets the grid that this event was triggered from
| |
IsEditing |
Gets or sets a value indicating whether the cell is in edit mode.
| |
IsSelected |
Gets or sets a value indicating whether the cell is selected.
| |
Item |
Gets or sets the item for the cell.
| |
Row |
Gets or sets the row for the cell.
|
Name | Description | |
---|---|---|
OnPropertyChanged |
Raises the PropertyChanged event
|
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property is changed.
|