UITextDragDelegate_Extensions.DragSessionWillBegin メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ドラッグ セッションが開始される直前に呼び出されるメソッド。
public static void DragSessionWillBegin (this UIKit.IUITextDragDelegate This, UIKit.IUITextDraggable textDraggableView, UIKit.IUIDragSession session);
static member DragSessionWillBegin : UIKit.IUITextDragDelegate * UIKit.IUITextDraggable * UIKit.IUIDragSession -> unit
パラメーター
- This
- IUITextDragDelegate
この拡張メソッドが動作するインスタンス。
- textDraggableView
- IUITextDraggable
Orginating ビュー。
- session
- IUIDragSession
開始するドラッグ セッション。