Raises the CellEditEnding event.

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

Syntax

C#
protected internal virtual void OnCellEditEnding(
	CellEditEventArgs e
)
Visual Basic
Protected Friend Overridable Sub OnCellEditEnding ( _
	e As CellEditEventArgs _
)

Parameters

e
Type: C1.Phone.FlexGrid..::..CellEditEventArgs
CellEditEventArgs that contains the event data.

See Also