I'm trying to apply command from ViewModel to events like DragDrop.DragOver.
<telerik:RadListBox>
<telerik:EventToCommandBehavior.EventBindings>
<telerik:EventBinding EventName="DragDrop.DragOver" Command="{Binding CommandCmd}"/>
</telerik:EventToCommandBehavior.EventBindings>
</telerik:RadListBox>