CellChangedInfo

EventInfo returned by CellChanged event

TypeScript
export interface CellChangedInfo extends
Extends

BaseContext

Properties

PropertyTypeDescription
cellDataChangeCellDataChangedInfoObject providing full information of the cell (and column and row) that changed
adaptableContextanyCustom 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