C# Class SearchContract.Scenario6

Inheritance: SDKTemplate.Common.LayoutAwarePage
Datei anzeigen Open project: jkuemerle/CodeMash2013

Public Methods

Method Description
Scenario6 ( ) : SDKTemplate

Protected Methods

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

Private Methods

Method Description
AddSuggestionFromNode ( IXmlNode node, SearchSuggestionCollection suggestions ) : void
GenerateSuggestions ( StorageFile file, SearchSuggestionCollection suggestions ) : System.Threading.Tasks.Task
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

Scenario6() public method

public Scenario6 ( ) : SDKTemplate
return SDKTemplate