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

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