ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / IDropTarget Interface / OnDrop Method
Information about the drop.

In This Topic
    OnDrop Method (IDropTarget)
    In This Topic
    Performs a drop.
    Syntax
    void OnDrop( 
       DropInfo dropInfo
    )
    Sub OnDrop( _
       ByVal dropInfo As DropInfo _
    ) 

    Parameters

    dropInfo
    Information about the drop.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also