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
ファイルを表示 Open project: xepher/uwp-wxbus

Public Methods

Method Description
Initialize ( PhoneApplicationFrame frame ) : void

Protected Methods

Method Description
RaisePropertyChanged ( string propertyName ) : void

Private Methods

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

Method Details

Initialize() public method

public Initialize ( PhoneApplicationFrame frame ) : void
frame PhoneApplicationFrame
return void

RaisePropertyChanged() protected method

protected RaisePropertyChanged ( string propertyName ) : void
propertyName string
return void