Click or drag to resize

CellEventArgs Properties

The CellEventArgs type exposes the following members.

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
See Also