ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragDrop Class / SetDropHandler Method
The UI element.
The drop handler.

In This Topic
    SetDropHandler Method
    In This Topic
    Connects a drop handler with a UI element.
    Syntax
    Public Shared Sub SetDropHandler( _
       ByVal target As UIElement, _
       ByVal value As IDropTarget _
    ) 
    public static void SetDropHandler( 
       UIElement target,
       IDropTarget value
    )

    Parameters

    target
    The UI element.
    value
    The drop handler.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also