C# Class Host.View.Shell

Inheritance: PhoneApplicationPage
Mostrar archivo Open project: xepher/uwp-wxbus

Public Methods

Method Description
Shell ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
AppMenuSettings_OnClick ( object sender, EventArgs e ) : void
txtSearchLine_TextChanged ( object sender, System e ) : void

Method Details

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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

Shell() public method

public Shell ( ) : System
return System