ArcGIS Pro 2.8 API Reference Guide
SetDragHandler Method

ArcGIS.Desktop.Framework.DragDrop Namespace > DragDrop Class : SetDragHandler Method
The UI element.
The drag handler.
Connects a drag handler with a UI element.
Syntax
public static void SetDragHandler( 
   UIElement target,
   IDragSource value
)
Public Shared Sub SetDragHandler( _
   ByVal target As UIElement, _
   ByVal value As IDragSource _
) 

Parameters

target
The UI element.
value
The drag handler.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DragDrop Class
DragDrop Members