C# Class BernieApp.UWP.ViewModels.MainViewModel

Inheritance: GalaSoft.MvvmLight.ViewModelBase, Template10.Services.NavigationService.INavigable
Show file Open project: Bernie-2016/Connect-Windows

Private Properties

Property Type Description

Public Methods

Method Description
OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : System.Threading.Tasks.Task
OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task
OnNavigatingFromAsync ( Template10.Services.NavigationService.NavigatingEventArgs args ) : System.Threading.Tasks.Task

Method Details

OnNavigatedFromAsync() public method

public OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : System.Threading.Tasks.Task
state object>.IDictionary
suspending bool
return System.Threading.Tasks.Task

OnNavigatedToAsync() public method

public OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task
parameter object
mode NavigationMode
state object>.IDictionary
return System.Threading.Tasks.Task

OnNavigatingFromAsync() public method

public OnNavigatingFromAsync ( Template10.Services.NavigationService.NavigatingEventArgs args ) : System.Threading.Tasks.Task
args Template10.Services.NavigationService.NavigatingEventArgs
return System.Threading.Tasks.Task