C# Class Framework.Common.GlobalLoading

Source Code from jeff http://www.jeff.wilcox.name/2011/07/creating-a-global-progressindicator-experience-using-the-windows-phone-7-1-sdk-beta-2/ modified by xepher
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: xepher/uwp-wxbus

Méthodes publiques

Méthode Description
Initialize ( PhoneApplicationFrame frame ) : void

Méthodes protégées

Méthode Description
RaisePropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
GlobalLoading ( ) : System
NotifyValueChanged ( ) : void
OnDataManagerPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnRootFrameNavigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void

Method Details

Initialize() public méthode

public Initialize ( PhoneApplicationFrame frame ) : void
frame PhoneApplicationFrame
Résultat void

RaisePropertyChanged() protected méthode

protected RaisePropertyChanged ( string propertyName ) : void
propertyName string
Résultat void