C# Class GeekyBlogs.ViewModels.ShellViewModel

Inheritance: SplitterViewModelBase
Afficher le fichier Open project: GeekyTheory/GeekyBlogs

Méthodes publiques

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

Méthodes protégées

Méthode Description
PerformNavigationCommandDelegate ( MenuItem item ) : void

Private Methods

Méthode Description
OpenPaneCommandDelegate ( ) : void

Method Details

OnNavigatedFrom() public méthode

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

OnNavigatedTo() public méthode

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

PerformNavigationCommandDelegate() protected méthode

protected PerformNavigationCommandDelegate ( MenuItem item ) : void
item MenuItem
Résultat void

ShellViewModel() public méthode

public ShellViewModel ( ) : System.Collections.Generic
Résultat System.Collections.Generic