Share via


IUILargeContentViewerInteractionDelegate Interface

Definition

This interface represents the Objective-C protocol UILargeContentViewerInteractionDelegate.

[Foundation.Protocol(Name="UILargeContentViewerInteractionDelegate", WrapperType=typeof(UIKit.UILargeContentViewerInteractionDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEnd", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UILargeContentViewerInteraction), typeof(UIKit.IUILargeContentViewerItem), typeof(CoreGraphics.CGPoint) }, Selector="largeContentViewerInteraction:didEndOnItem:atPoint:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UILargeContentViewerInteraction), typeof(CoreGraphics.CGPoint) }, ReturnType=typeof(UIKit.IUILargeContentViewerItem), Selector="largeContentViewerInteraction:itemAtPoint:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetViewController", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UILargeContentViewerInteraction) }, ReturnType=typeof(UIKit.UIViewController), Selector="viewControllerForLargeContentViewerInteraction:")]
public interface IUILargeContentViewerInteractionDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UILargeContentViewerInteractionDelegate", WrapperType=typeof(UIKit.UILargeContentViewerInteractionDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEnd", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UILargeContentViewerInteraction), typeof(UIKit.IUILargeContentViewerItem), typeof(CoreGraphics.CGPoint) }, Selector="largeContentViewerInteraction:didEndOnItem:atPoint:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UILargeContentViewerInteraction), typeof(CoreGraphics.CGPoint) }, ReturnType=typeof(UIKit.IUILargeContentViewerItem), Selector="largeContentViewerInteraction:itemAtPoint:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetViewController", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UILargeContentViewerInteraction) }, ReturnType=typeof(UIKit.UIViewController), Selector="viewControllerForLargeContentViewerInteraction:")>]
type IUILargeContentViewerInteractionDelegate = 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