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

Inheritance: Cirrious.MvvmCross.Touch.Views.MvxViewController, IMvxControl
Show file Open project: ChristianRuiz/MvvmCross-ControlsNavigation

Public Methods

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

Protected Methods

Method Description
OnDataContextChanged ( ) : void
OnViewModelSet ( ) : void

Method Details

ChangeEnabled() public method

public ChangeEnabled ( bool enabled ) : void
enabled bool
return void

ChangeVisibility() public method

public ChangeVisibility ( bool visible ) : void
visible bool
return void

MvxTouchControl() public method

public MvxTouchControl ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
return System

OnDataContextChanged() protected method

protected OnDataContextChanged ( ) : void
return void

OnViewModelSet() protected method

protected OnViewModelSet ( ) : void
return void

ResetControl() public method

public ResetControl ( Type viewModelType ) : void
viewModelType System.Type
return void

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void