C# Class TapIt_WP8.Resources.InAppBrowserPage

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: tapit/TapIt-Windows-SDK

Public Properties

Property Type Description
_adViewBase AdViewBase

Public Methods

Method Description
InAppBrowserPage ( ) : System

Protected Methods

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

Private Methods

Method Description
EnableNavigation ( ) : void
PhoneApplicationPage_OrientationChanged_1 ( object sender, OrientationChangedEventArgs e ) : void
SetPanelSize ( PageOrientation e ) : void
backBtn_Click ( object sender, RoutedEventArgs e ) : void
doneBtn_Click ( object sender, RoutedEventArgs e ) : void
nextBtn_Click ( object sender, RoutedEventArgs e ) : void
refreshBtn_Click ( object sender, RoutedEventArgs e ) : void
webBrowser_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
webBrowser_Navigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
webBrowser_Navigating ( object sender, NavigatingEventArgs e ) : void
webBrowser_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

Method Details

InAppBrowserPage() public method

public InAppBrowserPage ( ) : System
return System

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

Property Details

_adViewBase public_oe static_oe property

public static AdViewBase _adViewBase
return AdViewBase