ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / DropHandlerBase Class / OnDrop Method
Information related to the data being dropped.

In This Topic
    OnDrop Method (DropHandlerBase)
    In This Topic
    Derived classes should override this function to handle the drop operation.
    Syntax
    public virtual void OnDrop( 
       DropInfo dropInfo
    )
    Public Overridable Sub OnDrop( _
       ByVal dropInfo As DropInfo _
    ) 

    Parameters

    dropInfo
    Information related to the data being dropped.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also