C# Class DvachBrowser.Views.ImageBrowserPage

Inheritance: PhoneApplicationPage
显示文件 Open project: vortexwolf/2ch-Browser-WP7

Public Methods

Method Description
ImageBrowserPage ( ) : System

Protected Methods

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

Private Methods

Method 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 method

public ImageBrowserPage ( ) : System
return System

OnNavigatedTo() protected method

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