IUITextDragDelegate 接口

定义

表示所需方法的接口 ((如果协议 UITextDragDelegate有任何) )。

[Foundation.Protocol(Name="UITextDragDelegate", WrapperType=typeof(UIKit.UITextDragDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUITextDragDelegate : IDisposable, ObjCRuntime.INativeObject
type IUITextDragDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

注解

此接口包含所需的方法 ((如果定义协议 UITextDragDelegate有任何) )。

如果开发人员创建实现此接口的类,则实现方法将自动导出到具有协议中 UITextDragDelegate 定义的方法的匹配签名的 Objective-C。

如果类提供任何) UITextDragDelegate_Extensions 作为接口的扩展方法,则可选方法 (,从而允许开发人员调用协议上的任何可选方法。

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

扩展方法

DragSessionDidEnd(IUITextDragDelegate, IUITextDraggable, IUIDragSession, UIDropOperation)

当用户取消或完成拖动会话时调用的方法。

DragSessionWillBegin(IUITextDragDelegate, IUITextDraggable, IUIDragSession)

在拖动会话开始前调用的方法。

GetItemsForDrag(IUITextDragDelegate, IUITextDraggable, IUITextDragRequest)

调用以获取自定义拖动项的方法。

GetPreviewForLiftingItem(IUITextDragDelegate, IUITextDraggable, UIDragItem, IUIDragSession)

调用的方法以获取正在解除的项的预览。

WillAnimateLift(IUITextDragDelegate, IUITextDraggable, IUIDragAnimating, IUIDragSession)

在对项提升进行动画处理之前调用的方法。

适用于