C# Class UnityRuntimeWindowsPhone.AuxBrowserPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: Appverse/appverse-mobile

Public Methods

Method Description
AuxBrowserPage ( ) : System

Protected Methods

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

Invoked when this page is about to be displayed in a Frame.

Private Methods

Method Description
AuxGridFadeInStoryBoard_OnCompleted ( object sender, object e ) : void
AuxGridFadeOutStoryBoard_Completed ( object sender, object e ) : void

Callback executed when the AuxGridFadeOutStoryboards ends

BackAppBarButton_Click ( object sender, RoutedEventArgs e ) : void
HardwareButtons_BackPressed ( object sender, BackPressedEventArgs e ) : void
HomeAppBarButton1_Click ( object sender, RoutedEventArgs e ) : void
WebViewAux_NavigationCompleted ( WebView sender, WebViewNavigationCompletedEventArgs args ) : void
WebViewAux_NavigationStarting ( WebView sender, WebViewNavigationStartingEventArgs args ) : void

Method Details

AuxBrowserPage() public method

public AuxBrowserPage ( ) : System
return System

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs Event data that describes how this page was reached. /// This parameter is typically used to configure the page.
return void