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

In This Topic
    OnDragOver Method (DropHandlerBase)
    In This Topic
    Derived classes should override this function to process drag over events.
    Syntax
    Public Overridable Sub OnDragOver( _
       ByVal dropInfo As DropInfo _
    ) 
    public virtual void OnDragOver( 
       DropInfo dropInfo
    )

    Parameters

    dropInfo
    Information related to the data being dropped.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also