Click or drag to resize

GridCallback Class

Callbacks for instances of Grid
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ControlCallback, 
	GridICallback, ControlICallback, WidgetICallback

The GridCallback type exposes the following members.

Constructors
  NameDescription
Public methodGridCallback
Initializes a new instance of the GridCallback class
Top
Methods
  NameDescription
Public methodOnCellClick
Raises the cell click event.
Public methodOnCellDoubleClick
Raises the cell double click event.
Public methodOnCellEdited
Raises the cell edited event.
Public methodOnCellEditing
Raises the cell editing event.
Public methodOnCellFormatting
Raises the cell formatting event.
Public methodOnColumnHeaderClick
Raises the column header click event.
Public methodOnSelectionChanged
Raises the selection changed event.
Top
See Also