IColumnSelectionEventArgs

The event arguments when the selection state of a column is being changed The event is cancelable

Represents an array of all added columns Whenever a column has been selected, the array is "refreshed" with the selected columns

added: string[]

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

Inherited from: CancelableEventArgs

Provides the ability to cancel the event.

cancel: boolean

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

Represents the original event, that has triggered the selection change selecting, deselecting

event?: Event

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

Represents the newly selected columns

newSelection: string[]

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

Represents an array of columns, that have already been selected

oldSelection: string[]

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

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

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

Represents an array of all columns, removed from the selection Whenever a column has been deselected, the array is "refreshed" with the columns, that have been previously selected, but are no longer

removed: string[]

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