Interface IRowSelectionEventArgs

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

Hierarchy

Hierarchy (view full)

Properties

added: any[]

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

allRowsSelected?: boolean

Indicates whether or not all rows of the grid have been selected

cancel: boolean

Provides the ability to cancel the event.

event?: Event

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

newSelection: any[]

Represents the newly selected rows

oldSelection: any[]

Represents an array of rows, that have already been selected

owner?: any

Provides reference to the owner component.

removed: any[]

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