enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
982 stars 110 forks source link

MultiplePickerField SelectedItems Change Event #653

Open ramprudvi opened 4 weeks ago

ramprudvi commented 4 weeks ago

Hi Team,

We are trying MultiplePickerField in our UI it is not supporting the SelectionChange Event or not working Binding Property Change Event as well . Need the answer of possible solution or any release plan for it?

enisn commented 3 weeks ago

If you use ReactiveUI or something equivalent, you can handle changes of SelectedItem, or you can handle it in the setter of the observable property of your view model.

But still, we can add a regular C# event for that for simple usages.