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

    OnDragOver Method (DropHandlerBase)
    Derived classes should override this function to process drag over events.
    Syntax
    public virtual void OnDragOver( 
       DropInfo 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