[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.AfterEdit

AfterEdit Event

Fires after a cell has been edited.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public event RowColEventHandler AfterEdit
Returns
Type Description
RowColEventHandler Fires after a cell has been edited.
Remarks

This event does not fire if the user cancels the edits by pressing the ESC key.

The LeaveEdit event fires whenever the grid leaves edit mode, even if the edits were canceled.