EventInfo returned by the RowChanged event

TypeScript
export interface RowChangedInfo extends
Extends

BaseContext

Properties

PropertyDescription
rowDataChangeObject providing full information of the Row that changed
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

rowDataChange

Object providing full information of the Row that changed

TypeScript
rowDataChange: RowDataChangedInfo;
Property Value

RowDataChangedInfo

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any