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