次の方法で共有


UITextDropDelegate_Extensions.DropSessionDidEnd メソッド

定義

ドロップ セッションの終了時に呼び出されるメソッド。

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

パラメーター

This
IUITextDropDelegate

この拡張メソッドが動作するインスタンス。

textDroppableView
IUITextDroppable

変換先ビュー。

session
IUIDropSession

終了したドロップ セッション。

適用対象