共用方式為


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

組織檢視。

session
IUIDragSession

將會開始的拖曳會話。

屬性

適用於