DataEntryGrid..::..OnCellEditEnding Method
Raises the CellEditEnding event.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: 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.