ArcGIS Pro 3.7 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 ReadOnly Property Data As Object
    public object Data {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also