UITextDropDelegate_Extensions.DropSessionDidUpdate 方法

定义

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

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

参数

This
IUITextDropDelegate

此扩展方法操作的实例。

textDroppableView
IUITextDroppable

接收视图。

session
IUIDropSession

已更新的会话。

适用于