C# Class WindowsApp.ViewModels.DetailPageViewModel

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

Méthodes publiques

Méthode Description
DetailPageViewModel ( ) : System
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

DetailPageViewModel() public méthode

public DetailPageViewModel ( ) : System
Résultat System

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