IColumnResizeEventArgs
The event arguments when a column is being resized
Properties
Section titled "Properties"column
Section titled "column"Represents the information of the column that is being resized
column: ColumnType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:194
newWidth
Section titled "newWidth"Represents the new width, the column is being resized to
newWidth: string Defined in projects/igniteui-angular/grids/core/src/common/events.ts:198
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428
prevWidth
Section titled "prevWidth"Represents the old width of the column before the resizing
prevWidth: string Defined in projects/igniteui-angular/grids/core/src/common/events.ts:196