C# 클래스 VersionrUI.Controls.LoadingPanel

Interaction logic for LoadingPanel.xaml
상속: System.Windows.Controls.UserControl, INotifyPropertyChanged
파일 보기 프로젝트 열기: eatplayhate/versionr

공개 프로퍼티들

프로퍼티 타입 설명
IsLoadingProperty System.Windows.DependencyProperty
MessageProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
IsLoadingChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
LoadingPanel ( ) : System.ComponentModel
NotifyPropertyChanged ( string info ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void

메소드 상세

IsLoadingChanged() 공개 정적인 메소드

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

LoadingPanel() 공개 메소드

public LoadingPanel ( ) : System.ComponentModel
리턴 System.ComponentModel

NotifyPropertyChanged() 공개 메소드

public NotifyPropertyChanged ( string info ) : void
info string
리턴 void

프로퍼티 상세

IsLoadingProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsLoadingProperty
리턴 System.Windows.DependencyProperty

MessageProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MessageProperty
리턴 System.Windows.DependencyProperty