Raises the CellEditEnded event.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

Parameters

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

See Also