C# Class Catel.Windows.Controls.ContentPage

The content page.
Inheritance: global::Xamarin.Forms.ContentPage, IView
ファイルを表示 Open project: Catel/Catel

Public Methods

Method Description
ContentPage ( ) : System

Initializes a new instance of the ContentPage class.

Protected Methods

Method 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

Method Description
OnDataContextChanged ( object sender, Catel.MVVM.Views.DataContextChangedEventArgs eventArgs ) : void

Occurs when the data context has changed.

Method Details

ContentPage() public method

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

OnAppearing() protected final method

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

OnBackButtonPressed() protected final method

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

OnDisappearing() protected final method

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