ArcGIS Pro 2.9 API Reference Guide
StartDrag Method

ArcGIS.Desktop.Framework.DragDrop Namespace > IDragSource Interface : StartDrag Method
Information about the drag.
Queries whether a drag can be started.
Syntax
void StartDrag( 
   DragInfo dragInfo
)
Sub StartDrag( _
   ByVal dragInfo As DragInfo _
) 

Parameters

dragInfo
Information about the drag.
Remarks
To allow a drag to be started, the DragInfo.Effects property on dragInfo should be set to a value other than System.Windows.DragDropEffects.None.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IDragSource Interface
IDragSource Members