If I do a RadTreeView.DoDragDrop in the MouseDown event, the DoubleClick Event never fires. Is there a way to begin Drag and Drop in MouseDown, and still get the DoubleClick event? Basically, if it's a DoubleClick, I don't need the MouseDown event, because there is no need to have started the Drag and Drop.