Occurs when a cell edit has been committed or canceled.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public event EventHandler<CellEditEventArgs> CellEditEnded
Visual Basic
Public Event CellEditEnded As EventHandler(Of CellEditEventArgs)

See Also