Click or drag to resize

GridCellEditing 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: SystemEventHandlerGridViewCellEventArgs
See Also