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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.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.

See Also