This question is locked. New answers and comments are not allowed.
Hello,
I have implemented a ScheduleViewDragDropBehavior in an MVVM project and was wondering if and how can I trigger an event from the Drop method in the viewmodel.
I am dragging from a different control which holds different types of data then the ScheduleView, the reason I need that event is to trigger a save whenever a new appointment is added this way.
I have implemented a ScheduleViewDragDropBehavior in an MVVM project and was wondering if and how can I trigger an event from the Drop method in the viewmodel.
I am dragging from a different control which holds different types of data then the ScheduleView, the reason I need that event is to trigger a save whenever a new appointment is added this way.