UITextDragDelegate_Extensions.DragSessionWillBegin 方法

定义

在拖动会话开始前调用的方法。

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

组织视图。

session
IUIDragSession

将开始的拖动会话。

适用于