I want to have full control over all the Operation throughout whole Life Cycle. How can I get Currently Selected Appointment in ViewModel.
I tried to bind SelectedAppointment in my ViewModel. But It gets set once when It first initializes. Is there any way I can be notified when Appointment Selection Changed in my ViewModel. Actually I want it when Double Click happens on ScheduleView Control so that I can have Currently Selected Appointment Object - (null if New or object if existing).
I tried to bind SelectedAppointment in my ViewModel. But It gets set once when It first initializes. Is there any way I can be notified when Appointment Selection Changed in my ViewModel. Actually I want it when Double Click happens on ScheduleView Control so that I can have Currently Selected Appointment Object - (null if New or object if existing).