C# Class Hacker_News.Browser

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: jpf/hacker-news-wp7

Public Properties

Property Type Description
url string

Public Methods

Method Description
Browser ( ) : System
browser_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
setProgressBar ( System.Boolean state ) : void

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Method Details

Browser() public method

public Browser ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void

browser_LoadCompleted() public method

public browser_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
sender object
e System.Windows.Navigation.NavigationEventArgs
return void

setProgressBar() public method

public setProgressBar ( System.Boolean state ) : void
state System.Boolean
return void

Property Details

url public_oe static_oe property

public static string url
return string