Raises the CellEditEnding event.

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

Syntax

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

Parameters

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

See Also