UITextDropDelegate_Extensions.DropSessionDidEnd 方法

定义

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

public static void DropSessionDidEnd (this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
static member DropSessionDidEnd : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit

参数

This
IUITextDropDelegate

此扩展方法在其上运行的实例。

textDroppableView
IUITextDroppable

目标视图。

session
IUIDropSession

结束的删除会话。

适用于