Click or drag to resize

Grid.CellEditing Event

Occurs before a cell is being edited to allow canceling based on application logic

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<GridViewCellEventArgs> CellEditing

Value

Type: System.EventHandler<GridViewCellEventArgs>
See Also