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

In This Topic
    OnDragOver Method (IDropTarget)
    In This Topic
    Updates the current drag state.
    Syntax
    void OnDragOver( 
       DropInfo dropInfo
    )
    Sub OnDragOver( _
       ByVal dropInfo As DropInfo _
    ) 

    Parameters

    dropInfo
    Information about the drag.
    Remarks
    To allow a drop at the current drag position, the DropInfo.Effects property on dropInfo should be set to a value other than System.Windows.DragDropEffects.None and DropInfo.Data should be set to a non-null value.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also