IColumnToggledEventArgs

Event emitted when a checkbox in the checkbox list of an IgxColumnActions component is clicked.

The checked state after the action.

checked: boolean

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

The column that is toggled.

column: ColumnType

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

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

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