Class IgxGridSelectedCellsChangedEventArgs
Hierarchy
Hierarchy
- IgxGridSelectedCellsChangedEventArgs
Properties
Static
ngAcceptInputType_addedCells
Static
ngAcceptInputType_currentCells
Static
ngAcceptInputType_removedCells
Accessors
addedCells
- get addedCells(): IgxGridSelectedCellsCollection
-
- set addedCells(v: IgxGridSelectedCellsCollection): void
-
Parameters
Returns void
currentCells
- get currentCells(): IgxGridSelectedCellsCollection
-
- set currentCells(v: IgxGridSelectedCellsCollection): void
-
Parameters
Returns void
removedCells
- get removedCells(): IgxGridSelectedCellsCollection
-
- set removedCells(v: IgxGridSelectedCellsCollection): void
-
Parameters
Returns void
Information about the change to the selected cells in the grid.