共用方式為


UITextDropDelegate.DropSessionDidExit 方法

定義

當置放點離開文字檢視時呼叫的方法。

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

參數

textDroppableView
IUITextDroppable

先前接收的檢視。

session
IUIDropSession

結束的會話。

屬性

適用於