C# Class MupApps.MvvmCross.Plugins.ControlsNavigation.WindowsPhone.MvxPhoneControl

Inheritance: System.Windows.Controls.UserControl, IMvxControl
Mostrar archivo Open project: ChristianRuiz/MvvmCross-ControlsNavigation

Public Methods

Method Description
ChangeEnabled ( bool enabled ) : void
ChangeVisibility ( bool visible ) : void
MvxPhoneControl ( ) : System
ResetControl ( Type viewModelType ) : void

Protected Methods

Method Description
OnDataContextChanged ( ) : void

Private Methods

Method Description
MvxPhoneControl_Loaded ( object sender, System e ) : void
MvxPhoneControl_Unloaded ( object sender, System e ) : 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

MvxPhoneControl() public method

public MvxPhoneControl ( ) : System
return System

OnDataContextChanged() protected method

protected OnDataContextChanged ( ) : void
return void

ResetControl() public method

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