C# Class DvachBrowser.Views.ImageBrowserPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: vortexwolf/2ch-Browser-WP7

Méthodes publiques

Méthode Description
ImageBrowserPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode Description
AfterBrowserNavigate ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
BeforeBrowserNavigate ( object sender, NavigatingEventArgs e ) : void
OnBrowserError ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
OnDownloadClick ( object sender, EventArgs e ) : void
OnOpenInBrowserClick ( object sender, EventArgs e ) : void

Method Details

ImageBrowserPage() public méthode

public ImageBrowserPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void