IUIEditMenuInteractionDelegate Interface

Definition

This interface represents the Objective-C protocol UIEditMenuInteractionDelegate.

[Foundation.Protocol(Name="UIEditMenuInteractionDelegate", WrapperType=typeof(UIKit.UIEditMenuInteractionDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetMenu", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIEditMenuInteraction), typeof(UIKit.UIEditMenuConfiguration), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="editMenuInteraction:menuForConfiguration:suggestedActions:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTargetRect", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIEditMenuInteraction), typeof(UIKit.UIEditMenuConfiguration) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="editMenuInteraction:targetRectForConfiguration:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPresentMenu", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIEditMenuInteraction), typeof(UIKit.UIEditMenuConfiguration), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="editMenuInteraction:willPresentMenuForConfiguration:animator:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDismissMenu", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIEditMenuInteraction), typeof(UIKit.UIEditMenuConfiguration), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="editMenuInteraction:willDismissMenuForConfiguration:animator:")]
public interface IUIEditMenuInteractionDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIEditMenuInteractionDelegate", WrapperType=typeof(UIKit.UIEditMenuInteractionDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetMenu", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIEditMenuInteraction), typeof(UIKit.UIEditMenuConfiguration), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="editMenuInteraction:menuForConfiguration:suggestedActions:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTargetRect", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIEditMenuInteraction), typeof(UIKit.UIEditMenuConfiguration) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="editMenuInteraction:targetRectForConfiguration:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPresentMenu", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIEditMenuInteraction), typeof(UIKit.UIEditMenuConfiguration), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="editMenuInteraction:willPresentMenuForConfiguration:animator:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDismissMenu", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIEditMenuInteraction), typeof(UIKit.UIEditMenuConfiguration), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="editMenuInteraction:willDismissMenuForConfiguration:animator:")>]
type IUIEditMenuInteractionDelegate = interface
    interface INativeObject
    interface IDisposable
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.

Applies to