[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.BeforeEdit

BeforeEdit Event

Fires before the grid enters edit mode, and also when the cell that has the focus needs to be painted.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public event RowColEventHandler BeforeEdit
Returns
Type Description
RowColEventHandler Fires before the grid enters edit mode, and also when the cell that has the focus needs to be painted.
Remarks

This event doesn't fire only when the grid is about to enter edit mode.

It also fires while painting cells, in order to support drawing the editor's drop-down buttons.

The StartEdit event fires only when the grid is about to enter edit mode.