C# Class VersionrUI.Controls.LoadingPanel

Interaction logic for LoadingPanel.xaml
Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Exibir arquivo Open project: eatplayhate/versionr

Public Properties

Property Type Description
IsLoadingProperty System.Windows.DependencyProperty
MessageProperty System.Windows.DependencyProperty

Public Methods

Method Description
IsLoadingChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
LoadingPanel ( ) : System.ComponentModel
NotifyPropertyChanged ( string info ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void

Method Details

IsLoadingChanged() public static method

public static IsLoadingChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
obj System.Windows.DependencyObject
args System.Windows.DependencyPropertyChangedEventArgs
return void

LoadingPanel() public method

public LoadingPanel ( ) : System.ComponentModel
return System.ComponentModel

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string info ) : void
info string
return void

Property Details

IsLoadingProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsLoadingProperty
return System.Windows.DependencyProperty

MessageProperty public_oe static_oe property

public static DependencyProperty,System.Windows MessageProperty
return System.Windows.DependencyProperty