RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGrid..::..OnCellEditEnding Method

Raises the CellEditEnding event.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


protected void OnCellEditEnding(
	DataGridCellEditEndingEventArgs e
)
Protected Sub OnCellEditEnding ( _
	e As DataGridCellEditEndingEventArgs _
)
protected:
void OnCellEditEnding(
	DataGridCellEditEndingEventArgs^ e
)

Parameters

e
Type: DataGridCellEditEndingEventArgs
The data for the event.