共用方式為


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

已更新的會話。

屬性

適用於