[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.OnResizedColumn

OnResizedColumn Method

OnResizedColumn(GridControlRangeEventArgs)

Called after a column is resized.

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

GridControlRangeEventArgs that contains the event data.

Overrides

OnResizedColumn(GridCellRangeEventArgs)

Called after a column is resized.

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

GridCellRangeEventArgs that contains the event data.