共用方式為


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

結束的會話。

適用於