UITextDropDelegate_Extensions 类

定义

接口的 IUITextDropDelegate 扩展方法,以支持协议中的所有方法 UITextDropDelegate

public static class UITextDropDelegate_Extensions
type UITextDropDelegate_Extensions = class
继承
UITextDropDelegate_Extensions

注解

IUITextDropDelegate 扩展方法允许开发人员将 接口的实例视为具有原始 UITextDropDelegate 协议的所有可选方法。 由于 接口仅包含所需的成员,因此这些扩展方法允许开发人员调用协议的可选成员。

方法

DropSessionDidEnd(IUITextDropDelegate, IUITextDroppable, IUIDropSession)

删除会话结束时调用的方法。

DropSessionDidEnter(IUITextDropDelegate, IUITextDroppable, IUIDropSession)

放置点进入文本视图时调用的方法。

DropSessionDidExit(IUITextDropDelegate, IUITextDroppable, IUIDropSession)

放置点离开文本视图时调用的方法。

DropSessionDidUpdate(IUITextDropDelegate, IUITextDroppable, IUIDropSession)

在文本视图上的放置点更改时调用的方法。

GetPreviewForDroppingAllItems(IUITextDropDelegate, IUITextDroppable, UITargetedDragPreview)

调用一次以获取拖动预览以用于删除所有项的方法。

GetProposalForDrop(IUITextDropDelegate, IUITextDroppable, IUITextDropRequest)

调用以获取放置建议的方法。

WillBecomeEditable(IUITextDropDelegate, IUITextDroppable, IUITextDropRequest)

调用的方法,用于确定不可编辑的文本视图是否可以接受删除。

WillPerformDrop(IUITextDropDelegate, IUITextDroppable, IUITextDropRequest)

在执行删除操作之前调用的方法。

适用于