共用方式為


UIPageViewFinishedAnimationEventArgs 類別

定義

提供 DidFinishAnimating 事件的資料。

public class UIPageViewFinishedAnimationEventArgs : EventArgs
type UIPageViewFinishedAnimationEventArgs = class
    inherit EventArgs
繼承
UIPageViewFinishedAnimationEventArgs

建構函式

UIPageViewFinishedAnimationEventArgs(Boolean, UIViewController[], Boolean)

初始化 UIPageViewFinishedAnimationEventArgs 類別的新實例。

屬性

Completed

true 如果使用者已完成頁面回合手勢,則為 。

Finished

true 如果動畫完成,則為 。

PreviousViewControllers

轉換之前的 UIViewControllers。

適用於