IgcRowSelectionEventArgs
The event arguments when the selection state of a row is being changed The event is cancelable
Properties
Section titled "Properties"added
Section titled "added"Represents an array of all added rows Whenever a row has been selected, the array is "refreshed" with the selected rows
added: any[] Optional allRowsSelected
Section titled "allRowsSelected"Indicates whether or not all rows of the grid have been selected
allRowsSelected?: boolean cancel
Section titled "cancel"Provides the ability to cancel the event.
cancel: boolean newSelection
Section titled "newSelection"Represents the newly selected rows
newSelection: any[] oldSelection
Section titled "oldSelection"Represents an array of rows, that have already been selected
oldSelection: any[] Optional owner
Section titled "owner"Provides reference to the owner component.
owner?: any removed
Section titled "removed"Represents an array of all rows, removed from the selection Whenever a row has been deselected, the array is "refreshed" with the rows, that have been previously selected, but are no longer
removed: any[]