C# Class Vidyano.View.Pages.QueryPage

Afficher le fichier Open project: stevehansen/vidyano_v1

Méthodes publiques

Méthode Description
QueryPage ( ) : System
QueryPage ( ) : Vidyano.ViewModel

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
OnRemovedFromJournal ( JournalEntryRemovedEventArgs e ) : void

Method Details

OnNavigatedTo() protected méthode

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

OnNavigatingFrom() protected méthode

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs
Résultat void

OnRemovedFromJournal() protected méthode

protected OnRemovedFromJournal ( JournalEntryRemovedEventArgs e ) : void
e JournalEntryRemovedEventArgs
Résultat void

QueryPage() public méthode

public QueryPage ( ) : System
Résultat System

QueryPage() public méthode

public QueryPage ( ) : Vidyano.ViewModel
Résultat Vidyano.ViewModel