IColumnResizeEventArgs

The event arguments when a column is being resized

Represents the information of the column that is being resized

column: ColumnType

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:194

Represents the new width, the column is being resized to

newWidth: string

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:198

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:428

Represents the old width of the column before the resizing

prevWidth: string

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:196