How to create Command for Event Setter handler when we follow MVVM pattern in wpf. My xmal code is as:
<ListBox.ItemContainerStyle>
<Style TargetType="ListBoxItem">
<EventSetter Event="Drop" Handler="horizontalListBox2_Drop" />
</Style>
</ListBox.ItemContainerStyle>