'Declaration
Public Sub DoDragDrop( _ ByVal source As UIElement, _ ByVal e As MouseEventArgs, _ ByVal effect As DragDropEffect _ )
'Usage
Dim instance As C1DragDropManager Dim source As UIElement Dim e As MouseEventArgs Dim effect As DragDropEffect instance.DoDragDrop(source, e, effect)
public void DoDragDrop( UIElement source, MouseEventArgs e, DragDropEffect effect )
public: void DoDragDrop( UIElement^ source, MouseEventArgs^ e, DragDropEffect effect )
Parameters
- source
- System.Windows.UIElement that will be dragged.
- e
- System.Windows.Input.MouseEventArgs that contains the mouse position when the drag operation starts.
- effect
- DragDropEffect supported by the operation.