Occurs when a row 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> RowEditEnded
Visual Basic
Public Event RowEditEnded As EventHandler(Of CellEditEventArgs)

See Also