Share via


UITextDropDelegate_Extensions.GetPreviewForDroppingAllItems Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UITargetedDragPreview? GetPreviewForDroppingAllItems(this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.UITargetedDragPreview defaultPreview);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPreviewForDroppingAllItems : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.UITargetedDragPreview -> UIKit.UITargetedDragPreview

Parameters

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.

Attributes

Applies to