Click or drag to resize

Grid.Callback 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 : Control.Callback, 
	Grid.ICallback, Control.ICallback, Widget.ICallback

The Grid.Callback type exposes the following members.

Constructors
  NameDescription
Public methodGrid.Callback
Initializes a new instance of the Grid.Callback 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