IgcColumnToggledEventArgs

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

The checked state after the action.

checked: boolean

The column that is toggled.

column: IgcColumnComponent

Inherited from: IgcBaseEventArgs

Provides reference to the owner component.

owner?: any