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

Inheritance: ImageCell, IMvxEventSourceCell
Mostrar archivo Open project: unoplatform/Uno.MvvmCross

Protected Methods

Method Description
OnAppearing ( ) : void
OnBindingContextChanged ( ) : void
OnDisappearing ( ) : void
OnParentSet ( ) : void
OnTapped ( ) : 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

OnTapped() protected method

protected OnTapped ( ) : void
return void