I have a view of list of dates. The listview is bound to a collection of dates in view model. I want to push to new view model as soon as the user selects a date. So the listview's selectedItem is bound to a datetime in VM. Whats the best practice for awaiting a task in property setter.
Thanks