UITextDragDelegate_Extensions.GetPreviewForLiftingItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called to get a preview for the item that is lifting.
public static UIKit.UITargetedDragPreview GetPreviewForLiftingItem (this UIKit.IUITextDragDelegate This, UIKit.IUITextDraggable textDraggableView, UIKit.UIDragItem item, UIKit.IUIDragSession session);
static member GetPreviewForLiftingItem : UIKit.IUITextDragDelegate * UIKit.IUITextDraggable * UIKit.UIDragItem * UIKit.IUIDragSession -> UIKit.UITargetedDragPreview
Parameters
- This
- IUITextDragDelegate
The instance on which this extension method operates.
- textDraggableView
- IUITextDraggable
The originating view.
- item
- UIDragItem
The item for which to get a lift preview.
- session
- IUIDragSession
The drag session.