Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / PrepareCellForEdit Property

In This Topic
    PrepareCellForEdit Property
    In This Topic
    Occurs when an editor cell is created and before it becomes active.
    Syntax
    'Declaration
     
    
    Public Property PrepareCellForEdit As EventHandler(Of GridCellEditEventArgs)
    public EventHandler<GridCellEditEventArgs> PrepareCellForEdit {get; set;}
    See Also