C# Class SearchContract.Scenario2

Inheritance: SDKTemplate.Common.LayoutAwarePage
Show file Open project: jkuemerle/CodeMash2013

Public Methods

Method Description
Scenario2 ( ) : SDKTemplate

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
OnSearchPaneResultSuggestionChosen ( SearchPane sender, Windows.ApplicationModel.Search.SearchPaneResultSuggestionChosenEventArgs args ) : void
OnSearchPaneSuggestionsRequested ( SearchPane sender, SearchPaneSuggestionsRequestedEventArgs e ) : void

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

Scenario2() public method

public Scenario2 ( ) : SDKTemplate
return SDKTemplate