C# Class Forecast.it.View.ViewProjectDetails

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: xxblancxx/ForecastIt

Méthodes publiques

Méthode Description
ViewProjectDetails ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Private Methods

Méthode Description
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void
ObservableDictionary ( ) : System
OnFlyoutButtonClicked ( object sender, RoutedEventArgs e ) : void
OnFlyoutSetingButtonClicked ( object sender, RoutedEventArgs e ) : void

Method Details

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs Event data that describes how this page was reached. /// This Parameter is typically used to configure the page.
Résultat void

ViewProjectDetails() public méthode

public ViewProjectDetails ( ) : System
Résultat System