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

In This Topic
    ResizedRow Property
    In This Topic
    Occurs when the user finishes resizing a row.
    Syntax
    'Declaration
     
    
    Public Property ResizedRow As EventHandler(Of GridCellRangeEventArgs)
    public EventHandler<GridCellRangeEventArgs> ResizedRow {get; set;}
    See Also