次の方法で共有


UIPageViewFinishedAnimationEventArgs クラス

定義

DidFinishAnimating イベントのデータを提供します。

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

コンストラクター

UIPageViewFinishedAnimationEventArgs(Boolean, UIViewController[], Boolean)

UIPageViewFinishedAnimationEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Completed

true ユーザーがページターン ジェスチャを完了した場合は 。

Finished

true アニメーションが終了した場合は 。

PreviousViewControllers

切り替え前の UIViewControllers。

適用対象