Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / BeginningEdit Property

In This Topic
    BeginningEdit Property
    In This Topic
    Occurs when the edit of a cell is about to start.
    Syntax
    'Declaration
     
    
    Public Property BeginningEdit As EventHandler(Of GridCellEditEventArgs)
    public EventHandler<GridCellEditEventArgs> BeginningEdit {get; set;}
    See Also