UITextDropDelegate_Extensions.GetPreviewForDroppingAllItems Method

Definition

Method that is called once to get the drag preview to use for dropping all the items.

public static UIKit.UITargetedDragPreview GetPreviewForDroppingAllItems (this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.UITargetedDragPreview defaultPreview);
static member GetPreviewForDroppingAllItems : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.UITargetedDragPreview -> UIKit.UITargetedDragPreview

Parameters

This
IUITextDropDelegate

The instance on which this extension method operates.

textDroppableView
IUITextDroppable

The receiving view.

defaultPreview
UITargetedDragPreview

The system-provided default preview.

Returns

Developers can return null to cause the default preview to be used.

Applies to