[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridControlAdapter.OnCellEditEnding

OnCellEditEnding Method

OnCellEditEnding(GridControlEditEventArgs)

Called when the editing of a cell is about to end.

Declaration
protected virtual void OnCellEditEnding(GridControlEditEventArgs e)
Parameters
Type Name Description
GridControlEditEventArgs e

The event data.

Remarks

Cancelling this event will cause the editing to not end.