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

In This Topic
    RowEditEnded Property
    In This Topic
    Occurs when a row edit has been committed or canceled.
    Syntax
    'Declaration
     
    
    Public Property RowEditEnded As EventHandler(Of GridCellEditEventArgs)
    public EventHandler<GridCellEditEventArgs> RowEditEnded {get; set;}
    See Also