C# Class WindowsApp.ViewModels.MainPageViewModel

Inheritance: WindowsApp.Mvvm.ViewModelBase
Afficher le fichier Open project: HouseOfTheFuture/Mobile-App

Méthodes publiques

Méthode 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 méthode

public GotoDetailsPage ( ) : void
Résultat void

MainPageViewModel() public méthode

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

OnNavigatedFromAsync() public méthode

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

OnNavigatedTo() public méthode

public OnNavigatedTo ( object parameter, NavigationMode mode, object>.IDictionary state ) : void
parameter object
mode NavigationMode
state object>.IDictionary
Résultat void

OnNavigatingFrom() public méthode

public OnNavigatingFrom ( Template10.Services.NavigationService.NavigatingEventArgs args ) : void
args Template10.Services.NavigationService.NavigatingEventArgs
Résultat void