C# Class WindowsApp.ViewModels.MainPageViewModel

Inheritance: WindowsApp.Mvvm.ViewModelBase
ファイルを表示 Open project: HouseOfTheFuture/Mobile-App

Public Methods

Method Description
GotoDetailsPage ( ) : void
MainPageViewModel ( ) : System.Collections.Generic
OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : System.Threading.Tasks.Task
OnNavigatedTo ( object parameter, NavigationMode mode, object>.IDictionary state ) : void
OnNavigatingFrom ( Template10.Services.NavigationService.NavigatingEventArgs args ) : void

Method Details

GotoDetailsPage() public method

public GotoDetailsPage ( ) : void
return void

MainPageViewModel() public method

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

OnNavigatedFromAsync() public method

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

OnNavigatedTo() public method

public OnNavigatedTo ( object parameter, NavigationMode mode, object>.IDictionary state ) : void
parameter object
mode NavigationMode
state object>.IDictionary
return void

OnNavigatingFrom() public method

public OnNavigatingFrom ( Template10.Services.NavigationService.NavigatingEventArgs args ) : void
args Template10.Services.NavigationService.NavigatingEventArgs
return void