IColumnToggledEventArgs

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

The checked state after the action.

checked: boolean

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

The column that is toggled.

column: ColumnType

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

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

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