UIApplication.DoDragDrop
Description:
Initiates a drag and drop operation with a custom drop implementation.
Initiates a drag and drop operation with a custom drop implementation.
Remarks:
When the user inputs IControllableDropHandler, it allows the handler to verify whether the drop event can be executed on the given view; When the user inputs IDropHandler the handler will be executed without any condition.
When the user inputs IControllableDropHandler, it allows the handler to verify whether the drop event can be executed on the given view; When the user inputs IDropHandler the handler will be executed without any condition.
Overloads (2):
public static void DoDragDrop(
Object dropData,
IDropHandler handler
)
-
ObjectdropDataAny arbitrary data to be passed to the drop handler when the drop occurs.
-
handlerThe handler to be executed when the drop occurs.
-
Thrown when dropData or handler is.