RowSelectionChangedInfo
Event Info published by RowSelectionChanged event
TypeScript
export interface RowSelectionChangedInfo extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| selectedRowInfo | SelectedRowInfo | Details of Rows currently selected in the Grid |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
selectedRowInfo
Details of Rows currently selected in the Grid
TypeScript
selectedRowInfo: SelectedRowInfo;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any