SelectionEvent
The returned type of the selection
event
(see example).
ctrlKey?
boolean
Shows the state of the Ctrl
key (or the Command
key on a Mac) during the selection.
deselectedCells?
The cell items that were removed from the selection.
deselectedRows?
RowArgs[]
The row items that were removed from the selection.
selectedCells?
The cell items that were added to the selection.
selectedRows?
RowArgs[]
The row items that were added to the selection.
shiftKey?
boolean
Shows the state of the Shift
key during the selection.