C# Class MvvmCross.Forms.Views.Base.MvxEventSourceNavigationPage

Inheritance: NavigationPage, IMvxEventSourcePage
Mostrar archivo Open project: unoplatform/Uno.MvvmCross

Public Methods

Method Description
MvxEventSourceNavigationPage ( ) : System
MvxEventSourceNavigationPage ( Page root ) : System

Protected Methods

Method Description
OnAppearing ( ) : void
OnBindingContextChanged ( ) : void
OnDisappearing ( ) : void
OnParentSet ( ) : void

Method Details

MvxEventSourceNavigationPage() public method

public MvxEventSourceNavigationPage ( ) : System
return System

MvxEventSourceNavigationPage() public method

public MvxEventSourceNavigationPage ( Page root ) : System
root Page
return System

OnAppearing() protected method

protected OnAppearing ( ) : void
return void

OnBindingContextChanged() protected method

protected OnBindingContextChanged ( ) : void
return void

OnDisappearing() protected method

protected OnDisappearing ( ) : void
return void

OnParentSet() protected method

protected OnParentSet ( ) : void
return void