Removes a handler for the ContinueRecordDrag attached event.
public static void RemoveContinueRecordDragHandler( DependencyObject d, EventHandler<ContinueRecordDragEventArgs> handler )
static Public Sub RemoveContinueRecordDragHandler( ByVal d As DependencyObject, ByVal handler As EventHandler(of ContinueRecordDragEventArgs) )
The ContinueRecordDrag attached event occurs when there is a change in the keyboard or mouse button states during a drag-and-drop operation, and enables the drop source to cancel the drag-and-drop operation depending on the key/button states.