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

将开始的拖动会话。

属性

适用于