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

Data Property (DropInfo)
Gets the drag data.
Syntax
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, Windows 10

ArcGIS Pro version: 3.0 or higher.
See Also