Class IgrGridSelectedKeysChangedEventArgs
Hierarchy
Hierarchy
- IgrGridSelectedKeysChangedEventArgs
Accessors
addedKeys
- get addedKeys(): IgrGridSelectedKeysCollection
- set addedKeys(v): void
Parameters
Returns void
currentKeys
- get currentKeys(): IgrGridSelectedKeysCollection
- set currentKeys(v): void
Parameters
Returns void
nativeElement
- get nativeElement(): HTMLElement
Returns HTMLElement
removedKeys
- get removedKeys(): IgrGridSelectedKeysCollection
- set removedKeys(v): void
Parameters
Returns void
Information about the change to the selected keys in the grid.