.NET MAUI TemplatedPicker Events
The TemplatedPicker for .NET MAUI exposes a SelectionChanged
event which is raised when the user confirms the selected item.
Define the TemplatedPicker:
Set the SelectionChanged
event where the sender
is the TemplatedPicker control.