IgcColumnSelectionEventArgs
The event arguments when the selection state of a column is being changed The event is cancelable
Properties
Section titled "Properties"added
Section titled "added"Represents an array of all added columns Whenever a column has been selected, the array is "refreshed" with the selected columns
added: string[] newSelection
Section titled "newSelection"Represents the newly selected columns
newSelection: string[] oldSelection
Section titled "oldSelection"Represents an array of columns, that have already been selected
oldSelection: string[] removed
Section titled "removed"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[]