Share via


UITextDragDelegate_Extensions.DragSessionWillBegin Method

Definition

Method that is called just before a drag session begins.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DragSessionWillBegin(this UIKit.IUITextDragDelegate This, UIKit.IUITextDraggable textDraggableView, UIKit.IUIDragSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DragSessionWillBegin : UIKit.IUITextDragDelegate * UIKit.IUITextDraggable * UIKit.IUIDragSession -> unit

Parameters

textDraggableView
IUITextDraggable

The orginating view.

session
IUIDragSession

The drag session that will begin.

Attributes

Applies to