ArcGIS Pro 2.7 API Reference Guide
SetDropHandler Method

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

Parameters

target
The UI element.
value
The drop handler.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DragDrop Class
DragDrop Members