I am working in WPF Project where there is a combobox control where user want to drag and drop object. When user drag object on top of the control, it does not allow drop (Not allowed mouse cursor) I know by adding the drag over function, it may allow dropping but I am working in MVVM design pattern. Is there anyway to bind relay command to view model. i.e.
<i:Interaction.Triggers>
<i:EventTrigger EventName="DragOver">