IColumnVisibilityChangingEventArgs

The event arguments when a column's visibility is changed. The event is cancelable It contains information about the column and the it's visibility after the operation (will be true when hiding and false when showing)

Inherited from: CancelableEventArgs

Provides the ability to cancel the event.

cancel: boolean

Defined in projects/igniteui-angular/core/src/core/utils.ts:421

Inherited from: IColumnVisibilityChangedEventArgs

Represents the column the event originated from

column: any

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:535

Inherited from: IColumnVisibilityChangedEventArgs

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

Inherited from: IColumnVisibilityChangedEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:428