79102401

Date: 2024-10-18 14:05:20
Score: 1.5
Natty:
Report link

Yes, by making RetVal a BindableProperty and setting up the appropriate bindings, you can bind it to the ViewModel's property and set it properly before the popup is closed.

Note: Make sure that your ViewModel implements INotifyPropertyChanged to support data binding, and that the RetVal property has get and set accessors with proper notification.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Salvadore