C# 클래스 DvachBrowser.Views.ImageBrowserPage

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7

공개 메소드들

메소드 설명
ImageBrowserPage ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ImageBrowserPage() 공개 메소드

public ImageBrowserPage ( ) : System
리턴 System

OnNavigatedTo() 보호된 메소드

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