Occurs when an editor cell is created and before it becomes active.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public event EventHandler<CellEditEventArgs> PrepareCellForEdit |
Visual Basic |
---|
Public Event PrepareCellForEdit As EventHandler(Of CellEditEventArgs) |
Remarks
This event can be used to customize the editor before it becomes active.