次の方法で共有


UITextDragDelegate.DragSessionWillBegin メソッド

定義

ドラッグ セッションが開始される直前に呼び出されるメソッド。

[Foundation.Export("textDraggableView:dragSessionWillBegin:")]
public virtual void DragSessionWillBegin(UIKit.IUITextDraggable textDraggableView, UIKit.IUIDragSession session);
abstract member DragSessionWillBegin : UIKit.IUITextDraggable * UIKit.IUIDragSession -> unit
override this.DragSessionWillBegin : UIKit.IUITextDraggable * UIKit.IUIDragSession -> unit

パラメーター

textDraggableView
IUITextDraggable

Orginating ビュー。

session
IUIDragSession

開始するドラッグ セッション。

属性

適用対象