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

In This Topic
    GetDragHandler Method
    In This Topic
    Returns the drag handler associated with the specified UI element.
    Syntax
    public static IDragSource GetDragHandler( 
       UIElement target
    )
    Public Shared Function GetDragHandler( _
       ByVal target As UIElement _
    ) As IDragSource

    Parameters

    target
    The UI element.

    Return Value

    The drag handler.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also