C# Class BernieApp.UWP.ViewModels.NewsDetailViewModel

Inheritance: MainViewModel
Afficher le fichier Open project: Bernie-2016/Connect-Windows

Méthodes publiques

Méthode Description
NewsDetailViewModel ( IBernieClient client ) : System
OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : System.Threading.Tasks.Task
OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
OnShareDataRequested ( DataTransferManager sender, DataRequestedEventArgs args ) : void

Method Details

NewsDetailViewModel() public méthode

public NewsDetailViewModel ( IBernieClient client ) : System
client IBernieClient
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

OnNavigatedToAsync() public méthode

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