ArcGIS Pro 3.7 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 Shared Function GetDragHandler( _
       ByVal target As UIElement _
    ) As IDragSource
    public static IDragSource GetDragHandler( 
       UIElement target
    )

    Parameters

    target
    The UI element.

    Return Value

    The drag handler.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also