ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DropInfo Class / Data Property

In This Topic
    Data Property (DropInfo)
    In This Topic
    Gets the drag data.
    Syntax
    public object Data {get;}
    Public ReadOnly Property Data As Object
    Remarks
    If the drag came from within the framework, this will hold: - The dragged data if a single item was dragged. - A typed IEnumerable if multiple items were dragged.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also