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
Mostra file Open project: mbrit/ProgrammingMetroStyle Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Activate ( String queryText, ApplicationExecutionState previousExecutionState ) : void

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

SearchResultsPage ( ) : System

Protected Methods

Method Description
GoBack ( object sender, RoutedEventArgs e ) : void

Invoked when the back button is pressed.

Method Details

Activate() public static method

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

GoBack() protected method

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.
return void

SearchResultsPage() public method

public SearchResultsPage ( ) : System
return System