C# Class StreetFoo.Client.UI.SearchResultsPage

This page displays search results when a global search is directed to this application.
Inheritance: StreetFoo.Client.UI.Common.LayoutAwarePage
Afficher le fichier Open project: mbrit/ProgrammingMetroStyle Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Activate ( String queryText, ApplicationExecutionState previousExecutionState ) : void

Determines how best to support navigation back to the previous application state.

SearchResultsPage ( ) : System

Méthodes protégées

Méthode Description
GoBack ( object sender, RoutedEventArgs e ) : void

Invoked when the back button is pressed.

Method Details

Activate() public static méthode

Determines how best to support navigation back to the previous application state.
public static Activate ( String queryText, ApplicationExecutionState previousExecutionState ) : void
queryText String
previousExecutionState ApplicationExecutionState
Résultat void

GoBack() protected méthode

Invoked when the back button is pressed.
protected GoBack ( object sender, RoutedEventArgs e ) : void
sender object The Button instance representing the back button.
e Windows.UI.Xaml.RoutedEventArgs Event data describing how the button was clicked.
Résultat void

SearchResultsPage() public méthode

public SearchResultsPage ( ) : System
Résultat System