Click or drag to resize

CellEventArgs Class

Event arguments for events that refer to a Cell.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class CellEventArgs : EventArgs, 
	INotifyPropertyChanged

The CellEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCellEventArgs(Int32, Object, CellStates) Obsolete.
Initializes a new instance of the CellEventArgs class.
Public methodCellEventArgs(Grid, Cell, Int32, Object, CellStates)
Initializes a new instance of the CellEventArgs class.
Top
Properties
  NameDescription
Public propertyCell
Gets the cell that triggered this event
Public propertyCellState
Gets the state of the cell.
Public propertyCellTextColor
Gets or sets the preferred color of the cell text given its state.
Public propertyGrid
Gets the grid that this event was triggered from
Public propertyIsEditing
Gets or sets a value indicating whether the cell is in edit mode.
Public propertyIsSelected
Gets or sets a value indicating whether the cell is selected.
Public propertyItem
Gets or sets the item for the cell.
Public propertyRow
Gets or sets the row for the cell.
Top
Methods
  NameDescription
Protected methodOnPropertyChanged
Raises the PropertyChanged event
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property is changed.
Top
See Also