Share via


UIPageViewFinishedAnimationEventArgs Constructor

Definition

Create a new instance of the UIPageViewFinishedAnimationEventArgs with the specified event data.

public UIPageViewFinishedAnimationEventArgs(bool finished, UIKit.UIViewController[] previousViewControllers, bool completed);
new UIKit.UIPageViewFinishedAnimationEventArgs : bool * UIKit.UIViewController[] * bool -> UIKit.UIPageViewFinishedAnimationEventArgs

Parameters

finished
Boolean

The value for the Finished property.

previousViewControllers
UIViewController[]

The value for the PreviousViewControllers property.

completed
Boolean

The value for the Completed property.

Applies to