C# Class TransitApp.WindowsPhone.Views.HomeView

Inheritance: Cirrious.MvvmCross.WindowsPhone.Views.MvxPhonePage
Afficher le fichier Open project: nycmobiledev/transit-app

Méthodes publiques

Méthode Description
HomeView ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode Description
AppBarEdit_Click ( object sender, EventArgs e ) : void
AppBarRefresh_Click ( object sender, EventArgs e ) : void
OnPivotSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

HomeView() public méthode

public HomeView ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

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

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void