EventInfo returned by CellChanged event

TypeScript
export interface CellChangedInfo extends
Extends

BaseContext

Properties

PropertyDescription
cellDataChangeObject providing full information of the cell (and column and row) that changed
adaptableContextCustom 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

CellDataChangedInfo

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any