UIPageViewControllerTransitionEventArgs Class

Definition

Provides data for the WillTransition event.

public class UIPageViewControllerTransitionEventArgs : EventArgs
type UIPageViewControllerTransitionEventArgs = class
    inherit EventArgs
Inheritance
UIPageViewControllerTransitionEventArgs

Constructors

UIPageViewControllerTransitionEventArgs(UIViewController[])

Initializes a new instance of the UIPageViewControllerTransitionEventArgs class.

Properties

PendingViewControllers

Gets or sets the array of the view controllers that the page view controller will transition to.

Applies to