RowChangedInfo
EventInfo returned by the RowChanged event
TypeScript
export interface RowChangedInfo extendsExtends
Properties
| Property | Description |
|---|---|
| rowDataChange | Object providing full information of the Row that changed |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
rowDataChange
Object providing full information of the Row that changed
TypeScript
rowDataChange: RowDataChangedInfo;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any