UIPageViewFinishedAnimationEventArgs 클래스

정의

DidFinishAnimating 이벤트에 대한 데이터를 제공합니다.

public class UIPageViewFinishedAnimationEventArgs : EventArgs
type UIPageViewFinishedAnimationEventArgs = class
    inherit EventArgs
상속
UIPageViewFinishedAnimationEventArgs

생성자

UIPageViewFinishedAnimationEventArgs(Boolean, UIViewController[], Boolean)

UIPageViewFinishedAnimationEventArgs 클래스의 새 instance 초기화합니다.

속성

Completed

true 사용자가 페이지 턴 제스처를 완료하면 입니다.

Finished

true 애니메이션이 완료되면 입니다.

PreviousViewControllers

전환 전의 UIViewControllers입니다.

적용 대상