Class IgrGridActiveCellChangedEventArgs
Hierarchy
Hierarchy
- IgrGridActiveCellChangedEventArgs
Accessors
nativeElement
- get nativeElement(): HTMLElement
Returns HTMLElement
newActiveCell
- get newActiveCell(): IgrGridCellPosition
- set newActiveCell(v): void
Parameters
Returns void
oldActiveCell
- get oldActiveCell(): IgrGridCellPosition
- set oldActiveCell(v): void
Parameters
Returns void
Information about the change to the selected cells in the grid.