C# Class XPlatformMenus.WPF.Views.MainView

Interaction logic for MainView.xaml
Inheritance: BaseView
Show file Open project: MvvmCross/MvvmCross-Samples

Public Methods

Method Description
MainView ( ) : System.Windows
PopToRoot ( ) : void

Private Methods

Method Description
MainView_Loaded ( object sender, RoutedEventArgs e ) : void
TogglePaneButton_Checked ( object sender, RoutedEventArgs e ) : void
TogglePaneButton_Unchecked ( object sender, RoutedEventArgs e ) : void

Method Details

MainView() public method

public MainView ( ) : System.Windows
return System.Windows

PopToRoot() public method

public PopToRoot ( ) : void
return void