CellChangedInfo
EventInfo returned by CellChanged event
TypeScript
export interface CellChangedInfo extendsExtends
Properties
| Property | Description |
|---|---|
| cellDataChange | Object providing full information of the cell (and column and row) that changed |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
cellDataChange
Object providing full information of the cell (and column and row) that changed
TypeScript
cellDataChange: CellDataChangedInfo;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any