Share via


UITextDragDelegate.GetPreviewForLiftingItem Method

Definition

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

[Foundation.Export("textDraggableView:dragPreviewForLiftingItem:session:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITargetedDragPreview? GetPreviewForLiftingItem(UIKit.IUITextDraggable textDraggableView, UIKit.UIDragItem item, UIKit.IUIDragSession session);
[<Foundation.Export("textDraggableView:dragPreviewForLiftingItem:session:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPreviewForLiftingItem : UIKit.IUITextDraggable * UIKit.UIDragItem * UIKit.IUIDragSession -> UIKit.UITargetedDragPreview
override this.GetPreviewForLiftingItem : 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

Implements

Attributes

Applies to