Skip to main content
A newer version of this page is available. .

DragDropManager.DoDragDrop(DoDragDropEventArgs) Method

Initiates a drag-and-drop operation. For internal use.

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public void DoDragDrop(
    DoDragDropEventArgs args
)

Parameters

Name Type Description
args DevExpress.Utils.DragDrop.DoDragDropEventArgs

Information about the operation.

See Also