[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.PrepareCellForEdit

PrepareCellForEdit Event

Occurs when an editor cell is created and before it becomes active.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public event EventHandler<CellEditEventArgs> PrepareCellForEdit
Returns
Type Description
EventHandler<CellEditEventArgs> Occurs when an editor cell is created and before it becomes active.
Remarks

This event can be used to customize the editor before it becomes active.