C# 클래스 Catel.Windows.Controls.ContentPage

The content page.
상속: global::Xamarin.Forms.ContentPage, IView
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
ContentPage ( ) : System

Initializes a new instance of the ContentPage class.

보호된 메소드들

메소드 설명
OnAppearing ( ) : void

Occurs immediately prior to the T:Xamarin.Forms.Page becoming visible.

OnBackButtonPressed ( ) : bool

Occurs when the back button is pressed.

TODO: This implementation requires improvements.

OnDisappearing ( ) : void

Occurs when the T:Xamarin.Forms.Page disappears.

비공개 메소드들

메소드 설명
OnDataContextChanged ( object sender, Catel.MVVM.Views.DataContextChangedEventArgs eventArgs ) : void

Occurs when the data context has changed.

메소드 상세

ContentPage() 공개 메소드

Initializes a new instance of the ContentPage class.
public ContentPage ( ) : System
리턴 System

OnAppearing() 보호된 최종 메소드

Occurs immediately prior to the T:Xamarin.Forms.Page becoming visible.
protected final OnAppearing ( ) : void
리턴 void

OnBackButtonPressed() 보호된 최종 메소드

Occurs when the back button is pressed.
TODO: This implementation requires improvements.
protected final OnBackButtonPressed ( ) : bool
리턴 bool

OnDisappearing() 보호된 최종 메소드

Occurs when the T:Xamarin.Forms.Page disappears.
protected final OnDisappearing ( ) : void
리턴 void