IColumnVisibilityChangedEventArgs
The event arguments after a column's visibility is changed.
Properties
Section titled "Properties"column
Section titled "column"Represents the column the event originated from
column: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:535
newValue
Section titled "newValue"The new hidden state that the column will have, if operation is successful.
Will be true when hiding and false when showing.
newValue: boolean Defined in projects/igniteui-angular/grids/core/src/common/events.ts:540
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