CellSelectionChangedInfo
Event Info published by CellSelectionChanged event
TypeScript
export interface CellSelectionChangedInfo extendsExtends
Properties
| Property | Description |
|---|---|
| selectedCellInfo | Details of Cells currently selected in the Grid |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
selectedCellInfo
Details of Cells currently selected in the Grid
TypeScript
selectedCellInfo: SelectedCellInfo;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any