Share via


IBEDragInteractionDelegate Interface

Definition

This interface represents the Objective-C protocol BEDragInteractionDelegate.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="BEDragInteractionDelegate", WrapperType=typeof(BrowserEngineKit.BEDragInteractionDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PrepareDragSession", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDFuncArity1V1) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.BEDragInteraction), typeof(UIKit.IUIDragSession), typeof(System.Func<System.Boolean>) }, Selector="dragInteraction:prepareDragSession:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetDragItems", ParameterBlockProxy=new System.Type[] { null, null, null, typeof(ObjCRuntime.Trampolines+NIDBEDragInteractionDelegateGetDragItemsCallback) }, ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.BEDragInteraction), typeof(UIKit.IUIDragSession), typeof(CoreGraphics.CGPoint), typeof(BrowserEngineKit.BEDragInteractionDelegateGetDragItemsCallback) }, Selector="dragInteraction:itemsForAddingToSession:forTouchAtPoint:completion:")]
public interface IBEDragInteractionDelegate : IDisposable, UIKit.IUIDragInteractionDelegate
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="BEDragInteractionDelegate", WrapperType=typeof(BrowserEngineKit.BEDragInteractionDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PrepareDragSession", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDFuncArity1V1) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.BEDragInteraction), typeof(UIKit.IUIDragSession), typeof(System.Func<System.Boolean>) }, Selector="dragInteraction:prepareDragSession:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetDragItems", ParameterBlockProxy=new System.Type[] { null, null, null, typeof(ObjCRuntime.Trampolines+NIDBEDragInteractionDelegateGetDragItemsCallback) }, ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.BEDragInteraction), typeof(UIKit.IUIDragSession), typeof(CoreGraphics.CGPoint), typeof(BrowserEngineKit.BEDragInteractionDelegateGetDragItemsCallback) }, Selector="dragInteraction:itemsForAddingToSession:forTouchAtPoint:completion:")>]
type IBEDragInteractionDelegate = interface
    interface INativeObject
    interface IDisposable
    interface IUIDragInteractionDelegate
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
GetDragItems(BEDragInteraction, IUIDragSession, CGPoint, BEDragInteractionDelegateGetDragItemsCallback)
GetItemsForAddingToSession(UIDragInteraction, IUIDragSession, CGPoint)

Method that is called to add drag items to a drag session in response to a gesture by the user.

(Inherited from IUIDragInteractionDelegate)
GetItemsForBeginningSession(UIDragInteraction, IUIDragSession)

Method that is called to get the items that will begin a drag interaction.

(Inherited from IUIDragInteractionDelegate)
GetPreviewForCancellingItem(UIDragInteraction, UIDragItem, UITargetedDragPreview)

Method that is called for each visible item in a drag session when the user cancels the drag session.

(Inherited from IUIDragInteractionDelegate)
GetPreviewForLiftingItem(UIDragInteraction, UIDragItem, IUIDragSession)

Method that is called to get a targeted drag preview for animating the lift.

(Inherited from IUIDragInteractionDelegate)
GetSessionForAddingItems(UIDragInteraction, IUIDragSession[], CGPoint)

Method that is called to disambiguate to which session to add items when multiple sessions are active.

(Inherited from IUIDragInteractionDelegate)
PrefersFullSizePreviews(UIDragInteraction, IUIDragSession)

Method that is called to find out whether the application prefers full size previews in the source view.

(Inherited from IUIDragInteractionDelegate)
PrepareDragSession(BEDragInteraction, IUIDragSession, Func<Boolean>)
SessionAllowsMoveOperation(UIDragInteraction, IUIDragSession)

Method that is called to find out if the session allows items to be moved, instead of copied.

(Inherited from IUIDragInteractionDelegate)
SessionDidEnd(UIDragInteraction, IUIDragSession, UIDropOperation)

Method that is called when the drag session ends.

(Inherited from IUIDragInteractionDelegate)
SessionDidMove(UIDragInteraction, IUIDragSession)

Method that is called when the drag point moves.

(Inherited from IUIDragInteractionDelegate)
SessionDidTransferItems(UIDragInteraction, IUIDragSession)

Method that is called after the dropped items have been received.

(Inherited from IUIDragInteractionDelegate)
SessionIsRestrictedToDraggingApplication(UIDragInteraction, IUIDragSession)

Method that is called to find out if the application only supports drag and drop operations to and from itself.

(Inherited from IUIDragInteractionDelegate)
SessionWillBegin(UIDragInteraction, IUIDragSession)

Method that is called when a session is about to begin.

(Inherited from IUIDragInteractionDelegate)
SessionWillEnd(UIDragInteraction, IUIDragSession, UIDropOperation)

Method that is called when a session is about to end.

(Inherited from IUIDragInteractionDelegate)
WillAddItems(UIDragInteraction, IUIDragSession, UIDragItem[], UIDragInteraction)

Method that is called when items are about to be added to the session.

(Inherited from IUIDragInteractionDelegate)
WillAnimateCancel(UIDragInteraction, UIDragItem, IUIDragAnimating)

Method that is called before the animation of each item in a cancellation begins.

(Inherited from IUIDragInteractionDelegate)
WillAnimateLift(UIDragInteraction, IUIDragAnimating, IUIDragSession)

Method that is called before each item with a lift preview is about to lift.

(Inherited from IUIDragInteractionDelegate)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
GetItemsForAddingToSession(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession, CGPoint)

Method that is called to add drag items to a drag session in response to a gesture by the user.

GetPreviewForCancellingItem(IUIDragInteractionDelegate, UIDragInteraction, UIDragItem, UITargetedDragPreview)

Method that is called for each visible item in a drag session when the user cancels the drag session.

GetPreviewForLiftingItem(IUIDragInteractionDelegate, UIDragInteraction, UIDragItem, IUIDragSession)

Method that is called to get a targeted drag preview for animating the lift.

GetSessionForAddingItems(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession[], CGPoint)

Method that is called to disambiguate to which session to add items when multiple sessions are active.

PrefersFullSizePreviews(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession)

Method that is called to find out whether the application prefers full size previews in the source view.

SessionAllowsMoveOperation(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession)

Method that is called to find out if the session allows items to be moved, instead of copied.

SessionDidEnd(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession, UIDropOperation)

Method that is called when the drag session ends.

SessionDidMove(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession)

Method that is called when the drag point moves.

SessionDidTransferItems(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession)

Method that is called after the dropped items have been received.

SessionIsRestrictedToDraggingApplication(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession)

Method that is called to find out if the application only supports drag and drop operations to and from itself.

SessionWillBegin(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession)

Method that is called when a session is about to begin.

SessionWillEnd(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession, UIDropOperation)

Method that is called when a session is about to end.

WillAddItems(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession, UIDragItem[], UIDragInteraction)

Method that is called when items are about to be added to the session.

WillAnimateCancel(IUIDragInteractionDelegate, UIDragInteraction, UIDragItem, IUIDragAnimating)

Method that is called before the animation of each item in a cancellation begins.

WillAnimateLift(IUIDragInteractionDelegate, UIDragInteraction, IUIDragAnimating, IUIDragSession)

Method that is called before each item with a lift preview is about to lift.

Applies to