I want to make an input binding (or command) for drag and drop or rather a swipe (as things will end up on a touch screen). I assume I would use some MouseBinding with a gesture or a MultiBinding, but I don't know how this should work (new to WPF/xaml).

Anyone got a good idea?