'Declaration
Public Sub DoDragDrop( _ ByVal source As UIElement, _ ByVal e As MouseEventArgs, _ ByVal effect As DragDropEffect _ )
public void DoDragDrop( UIElement source, MouseEventArgs e, DragDropEffect effect )
Parameters
- source
- e
- effect
- DragDropEffect supported by the operation.