[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.OnResizedRow

OnResizedRow Method

OnResizedRow(GridControlRangeEventArgs)

Called after a row is resized.

Declaration
protected override void OnResizedRow(GridControlRangeEventArgs e)
Parameters
Type Name Description
GridControlRangeEventArgs e

GridControlRangeEventArgs that contains the event data.

Overrides

OnResizedRow(GridCellRangeEventArgs)

Called after a row is resized.

Declaration
protected virtual void OnResizedRow(GridCellRangeEventArgs e)
Parameters
Type Name Description
GridCellRangeEventArgs e

GridCellRangeEventArgs that contains the event data.