UIPageViewFinishedAnimationEventArgs Class

Definition

Provides data for the DidFinishAnimating event.

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

Constructors

UIPageViewFinishedAnimationEventArgs(Boolean, UIViewController[], Boolean)

Initializes a new instance of the UIPageViewFinishedAnimationEventArgs class.

Properties

Completed

true if the user completed the page-turn gesture.

Finished

true if the animation finished.

PreviousViewControllers

The UIViewControllers prior to the transition.

Applies to