Interface IColumnSelectionEventArgs

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

Hierarchy

Hierarchy (view full)

Properties

added: string[]

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

cancel: boolean

Provides the ability to cancel the event.

event?: Event

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

newSelection: string[]

Represents the newly selected columns

oldSelection: string[]

Represents an array of columns, that have already been selected

owner?: any

Provides reference to the owner component.

removed: string[]

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