IgcColumnResizeEventArgs

The event arguments when a column is being resized

Represents the information of the column that is being resized

column: IgcColumnComponent

Represents the new width, the column is being resized to

newWidth: string

Inherited from: IgcBaseEventArgs

Provides reference to the owner component.

owner?: any

Represents the old width of the column before the resizing

prevWidth: string