C# Class MupApps.MvvmCross.Plugins.ControlsNavigation.Touch.MvxTouchControl

Inheritance: Cirrious.MvvmCross.Touch.Views.MvxViewController, IMvxControl
Afficher le fichier Open project: ChristianRuiz/MvvmCross-ControlsNavigation

Méthodes publiques

Méthode Description
ChangeEnabled ( bool enabled ) : void
ChangeVisibility ( bool visible ) : void
MvxTouchControl ( string nibName, NSBundle bundle ) : System
ResetControl ( Type viewModelType ) : void
ViewDidAppear ( bool animated ) : void

Méthodes protégées

Méthode Description
OnDataContextChanged ( ) : void
OnViewModelSet ( ) : void

Method Details

ChangeEnabled() public méthode

public ChangeEnabled ( bool enabled ) : void
enabled bool
Résultat void

ChangeVisibility() public méthode

public ChangeVisibility ( bool visible ) : void
visible bool
Résultat void

MvxTouchControl() public méthode

public MvxTouchControl ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
Résultat System

OnDataContextChanged() protected méthode

protected OnDataContextChanged ( ) : void
Résultat void

OnViewModelSet() protected méthode

protected OnViewModelSet ( ) : void
Résultat void

ResetControl() public méthode

public ResetControl ( Type viewModelType ) : void
viewModelType System.Type
Résultat void

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void