IgcColumnVisibilityChangedEventArgs

The event arguments after a column's visibility is changed.

Represents the column the event originated from

column: any

The new hidden state that the column will have, if operation is successful. Will be true when hiding and false when showing.

newValue: boolean

Inherited from: IgcBaseEventArgs

Provides reference to the owner component.

owner?: any