CellSelectionChangedInfo
Event Info published by CellSelectionChanged event
TypeScript
export interface CellSelectionChangedInfo extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| selectedCellInfo | SelectedCellInfo | Details of Cells currently selected in the Grid |
| adaptableContext | any | 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