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

Inheritance: ContentPage, IMvxEventSourcePage
Exibir arquivo Open project: unoplatform/Uno.MvvmCross

Protected Methods

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

Method Details

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