Click or drag to resize

CellPaintEventArgs Class

Event arguments for a Paint or Paint event.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class CellPaintEventArgs : PaintEventArgs

The CellPaintEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCellPaintEventArgs
Initializes a new instance of the DrawableCellPaintEventArgs class.
Top
Properties
  NameDescription
Public propertyCellState
The state of the cell to be painted.
Public propertyIsEditing
Gets a value indicating whether the cell is in edit mode.
Public propertyIsSelected
Gets a value indicating whether the cell is currently selected.
Public propertyItem
The model data item for the row being painted.
Top
See Also