C# Class GeekyBlogs.ViewModels.ShellViewModel

Inheritance: SplitterViewModelBase
ファイルを表示 Open project: GeekyTheory/GeekyBlogs

Public Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : System.Threading.Tasks.Task
OnNavigatedTo ( NavigationEventArgs e ) : System.Threading.Tasks.Task
ShellViewModel ( ) : System.Collections.Generic

Protected Methods

Method Description
PerformNavigationCommandDelegate ( MenuItem item ) : void

Private Methods

Method Description
OpenPaneCommandDelegate ( ) : void

Method Details

OnNavigatedFrom() public method

public OnNavigatedFrom ( NavigationEventArgs e ) : System.Threading.Tasks.Task
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return System.Threading.Tasks.Task

OnNavigatedTo() public method

public OnNavigatedTo ( NavigationEventArgs e ) : System.Threading.Tasks.Task
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return System.Threading.Tasks.Task

PerformNavigationCommandDelegate() protected method

protected PerformNavigationCommandDelegate ( MenuItem item ) : void
item MenuItem
return void

ShellViewModel() public method

public ShellViewModel ( ) : System.Collections.Generic
return System.Collections.Generic