C# Class Catel.Windows.Controls.ContentPage

The content page.
Inheritance: global::Xamarin.Forms.ContentPage, IView
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
ContentPage ( ) : System

Initializes a new instance of the ContentPage class.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
OnDataContextChanged ( object sender, Catel.MVVM.Views.DataContextChangedEventArgs eventArgs ) : void

Occurs when the data context has changed.

Method Details

ContentPage() public méthode

Initializes a new instance of the ContentPage class.
public ContentPage ( ) : System
Résultat System

OnAppearing() protected final méthode

Occurs immediately prior to the T:Xamarin.Forms.Page becoming visible.
protected final OnAppearing ( ) : void
Résultat void

OnBackButtonPressed() protected final méthode

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

OnDisappearing() protected final méthode

Occurs when the T:Xamarin.Forms.Page disappears.
protected final OnDisappearing ( ) : void
Résultat void