Condividi tramite


UITextDragDelegate_Extensions.GetPreviewForLiftingItem Method

Definition

Method that is called to get a preview for the item that is lifting.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UITargetedDragPreview? GetPreviewForLiftingItem(this UIKit.IUITextDragDelegate This, UIKit.IUITextDraggable textDraggableView, UIKit.UIDragItem item, UIKit.IUIDragSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPreviewForLiftingItem : UIKit.IUITextDragDelegate * UIKit.IUITextDraggable * UIKit.UIDragItem * UIKit.IUIDragSession -> UIKit.UITargetedDragPreview

Parameters

textDraggableView
IUITextDraggable

The originating view.

item
UIDragItem

The item for which to get a lift preview.

session
IUIDragSession

The drag session.

Returns

Attributes

Applies to