ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragDrop Class / GetDragHandler Method
The UI element.
Version

    GetDragHandler Method
    Returns the drag handler associated with the specified UI element.
    Syntax
    public static IDragSource GetDragHandler( 
       UIElement target
    )

    Parameters

    target
    The UI element.

    Return Value

    The drag handler.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also