C# 클래스 MvvmCross.Platform.tvOS.Views.MvxEventSourcePageViewController

상속: UIPageViewController, IMvxEventSourceViewController
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
MvxEventSourcePageViewController ( IntPtr handle ) : System
MvxEventSourcePageViewController ( UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, UIPageViewControllerSpineLocation spine ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MvxEventSourcePageViewController() 공개 메소드

public MvxEventSourcePageViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

MvxEventSourcePageViewController() 공개 메소드

public MvxEventSourcePageViewController ( UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, UIPageViewControllerSpineLocation spine ) : System
style UIPageViewControllerTransitionStyle
orientation UIPageViewControllerNavigationOrientation
spine UIPageViewControllerSpineLocation
리턴 System

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidDisappear() 공개 메소드

public ViewDidDisappear ( bool animated ) : void
animated bool
리턴 void

ViewDidLayoutSubviews() 공개 메소드

public ViewDidLayoutSubviews ( ) : void
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void