C# Class Hacker_News.Browser

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: jpf/hacker-news-wp7

Méthodes publiques

Свойство Type Description
url string

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnNavigatedTo ( System e ) : void

Method Details

Browser() public méthode

public Browser ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System e ) : void
e System
Résultat void

browser_LoadCompleted() public méthode

public browser_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
sender object
e System.Windows.Navigation.NavigationEventArgs
Résultat void

setProgressBar() public méthode

public setProgressBar ( System.Boolean state ) : void
state System.Boolean
Résultat void

Property Details

url public_oe static_oe property

public static string url
Résultat string