ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / IDragSource Interface / StartDrag Method
Information about the drag.

In This Topic
    StartDrag Method
    In This Topic
    Queries whether a drag can be started.
    Syntax
    void StartDrag( 
       DragInfo dragInfo
    )
    Sub StartDrag( _
       ByVal dragInfo As DragInfo _
    ) 

    Parameters

    dragInfo
    Information about the drag.
    Remarks
    To allow a drag to be started, the DragInfo.Effects property on dragInfo should be set to a value other than System.Windows.DragDropEffects.None.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also