Public Shared Sub SetDragHandler( _ ByVal target As UIElement, _ ByVal value As IDragSource _ )
public static void SetDragHandler( UIElement target, IDragSource value )
Parameters
- target
- The UI element.
- value
- The drag handler.
Public Shared Sub SetDragHandler( _ ByVal target As UIElement, _ ByVal value As IDragSource _ )
public static void SetDragHandler( UIElement target, IDragSource value )
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)