IgcColumnResizeEventArgs
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: IgcColumnComponent newWidth
Section titled "newWidth"Represents the new width, the column is being resized to
newWidth: string Optional owner
Section titled "owner"Inherited from: IgcBaseEventArgs
Provides reference to the owner component.
owner?: any prevWidth
Section titled "prevWidth"Represents the old width of the column before the resizing
prevWidth: string