ArcGIS Pro 2.9 API Reference Guide
GetDragHandler Method

ArcGIS.Desktop.Framework.DragDrop Namespace > DragDrop Class : GetDragHandler Method
The UI element.
Returns the drag handler associated with the specified UI element.
Syntax
public static IDragSource GetDragHandler( 
   UIElement target
)
Public Shared Function GetDragHandler( _
   ByVal target As UIElement _
) As IDragSource

Parameters

target
The UI element.

Return Value

The drag handler.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

DragDrop Class
DragDrop Members