UITextDropDelegate_Extensions.WillPerformDrop Method

Definition

Method that is called just before the drop is performed.

public static void WillPerformDrop (this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
static member WillPerformDrop : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> unit

Parameters

This
IUITextDropDelegate

The instance on which this extension method operates.

textDroppableView
IUITextDroppable

The receiving view.

drop
IUITextDropRequest

The drop request.

Applies to