Share via


IUIPageViewControllerDelegate Interface

Definition

This interface represents the Objective-C protocol UIPageViewControllerDelegate.

[Foundation.Protocol(Name="UIPageViewControllerDelegate", WrapperType=typeof(UIKit.UIPageViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishAnimating", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController), typeof(System.Boolean), typeof(UIKit.UIViewController[]), typeof(System.Boolean) }, Selector="pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetSpineLocation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController), typeof(UIKit.UIInterfaceOrientation) }, ReturnType=typeof(UIKit.UIPageViewControllerSpineLocation), Selector="pageViewController:spineLocationForInterfaceOrientation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillTransition", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController), typeof(UIKit.UIViewController[]) }, Selector="pageViewController:willTransitionToViewControllers:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SupportedInterfaceOrientations", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController) }, ReturnType=typeof(UIKit.UIInterfaceOrientationMask), Selector="pageViewControllerSupportedInterfaceOrientations:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetPreferredInterfaceOrientationForPresentation", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController) }, ReturnType=typeof(UIKit.UIInterfaceOrientation), Selector="pageViewControllerPreferredInterfaceOrientationForPresentation:")]
public interface IUIPageViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="UIPageViewControllerDelegate", WrapperType=typeof(UIKit.UIPageViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishAnimating", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController), typeof(System.Boolean), typeof(UIKit.UIViewController[]), typeof(System.Boolean) }, Selector="pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillTransition", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController), typeof(UIKit.UIViewController[]) }, Selector="pageViewController:willTransitionToViewControllers:")]
public interface IUIPageViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIPageViewControllerDelegate", WrapperType=typeof(UIKit.UIPageViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishAnimating", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController), typeof(System.Boolean), typeof(UIKit.UIViewController[]), typeof(System.Boolean) }, Selector="pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetSpineLocation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController), typeof(UIKit.UIInterfaceOrientation) }, ReturnType=typeof(UIKit.UIPageViewControllerSpineLocation), Selector="pageViewController:spineLocationForInterfaceOrientation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillTransition", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController), typeof(UIKit.UIViewController[]) }, Selector="pageViewController:willTransitionToViewControllers:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SupportedInterfaceOrientations", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController) }, ReturnType=typeof(UIKit.UIInterfaceOrientationMask), Selector="pageViewControllerSupportedInterfaceOrientations:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetPreferredInterfaceOrientationForPresentation", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController) }, ReturnType=typeof(UIKit.UIInterfaceOrientation), Selector="pageViewControllerPreferredInterfaceOrientationForPresentation:")>]
type IUIPageViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="UIPageViewControllerDelegate", WrapperType=typeof(UIKit.UIPageViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishAnimating", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController), typeof(System.Boolean), typeof(UIKit.UIViewController[]), typeof(System.Boolean) }, Selector="pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillTransition", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPageViewController), typeof(UIKit.UIViewController[]) }, Selector="pageViewController:willTransitionToViewControllers:")>]
type IUIPageViewControllerDelegate = 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.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
DidFinishAnimating(UIPageViewController, Boolean, UIViewController[], Boolean)

Indicates that animation has completed.

GetPreferredInterfaceOrientationForPresentation(UIPageViewController)

The preferred orientation of the UIPageViewController.

GetSpineLocation(UIPageViewController, UIInterfaceOrientation)

The location of the spine of the UIPageViewController.

SupportedInterfaceOrientations(UIPageViewController)

The supported interface orientations.

WillTransition(UIPageViewController, UIViewController[])

Indicates that a transition is about to begin.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
DidFinishAnimating(IUIPageViewControllerDelegate, UIPageViewController, Boolean, UIViewController[], Boolean)

Indicates that animation has completed.

GetPreferredInterfaceOrientationForPresentation(IUIPageViewControllerDelegate, UIPageViewController)

The preferred orientation of the UIPageViewController.

GetSpineLocation(IUIPageViewControllerDelegate, UIPageViewController, UIInterfaceOrientation)

The location of the spine of the UIPageViewController.

SupportedInterfaceOrientations(IUIPageViewControllerDelegate, UIPageViewController)

The supported interface orientations.

WillTransition(IUIPageViewControllerDelegate, UIPageViewController, UIViewController[])

Indicates that a transition is about to begin.

Applies to