-
I have a picker and I want to listen for the OnChange event. I am using the MVVM Community Toolkit to bind controls.
For whatever reason I cannot seem to get the listener to call. What am I doing wrong? Any suggestions are welcomed! References I've found which haven't helped: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You have to link the callback to the picker. You’re missing |
Beta Was this translation helpful? Give feedback.
Try using the EventToCommandBehavior from the .net MAUI tookit,
https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/behaviors/event-to-command-behavior