onSelectionChanged property

SelectionChangedCallback<T>? onSelectionChanged
final

Function that invoked when selected indexes changes. Builds appropriate listeners on stage of init MultiselectScope widget and then does not change. This function will not invoke on first load of this widget.

Implementation

final SelectionChangedCallback<T>? onSelectionChanged;