C# Class MyDriving.UWP.Views.PastTripsMenuView

An empty page that can be used on its own or navigated to within a Frame.
Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Méthode Description
PastTripsMenuView ( ) : Windows.UI.Core

Méthodes protégées

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

Private Methods

Méthode Description
DeleteButton_Click ( object sender, RoutedEventArgs e ) : void
ListViewItem_Holding ( object sender, HoldingRoutedEventArgs e ) : void
RefreshButton_Click ( object sender, RoutedEventArgs e ) : void
SystemNavigationManager_BackRequested ( object sender, BackRequestedEventArgs e ) : void
TryGoBack ( ) : bool
listView_SelectionChanged ( object sender, SelectionChangedEventArgs 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

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

PastTripsMenuView() public méthode

public PastTripsMenuView ( ) : Windows.UI.Core
Résultat Windows.UI.Core