You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`onSelectionChange`| Emitted when item selection is changing, before the selection completes | true |{ oldSelection: `any[]`, newSelection: `any[]`, event?: `Event`, added: `any[]`, removed: `any[]`, cancel: `boolean` }|
279
+
|`onSelectionChange`| Emitted when item selection is changing, before the selection completes | true |[`IComboSelectionChangeEventArgs`](https://www.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/interfaces/icomboselectionchangeeventargs.html)|
280
280
|`onSearchInput`| Emitted when an the search input's input event is triggered | false | { searchValue: `string` } |
281
281
|`onAddition`| Emitted when an item is being added to the data collection | false | { oldCollection: `any[]`, addedItem: `<any>`, newCollection: `any[]` }|
282
282
|`onDataPreLoad`| Emitted when new chunk of data is loaded from the virtualization | false | { event: `Event` } |
0 commit comments