UITextDropDelegate_Extensions.DropSessionDidExit 方法

定义

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

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

参数

This
IUITextDropDelegate

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

textDroppableView
IUITextDroppable

以前接收的视图。

session
IUIDropSession

退出的会话。

适用于