UITextDropDelegate.DropSessionDidUpdate 方法

定义

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

[Foundation.Export("textDroppableView:dropSessionDidUpdate:")]
public virtual void DropSessionDidUpdate (UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
abstract member DropSessionDidUpdate : UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit
override this.DropSessionDidUpdate : UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit

参数

textDroppableView
IUITextDroppable

接收视图。

session
IUIDropSession

已更新的会话。

属性

适用于