C# Class Com.Aote.Controls.UrlInvoke

Inheritance: System.Windows.FrameworkElement, INotifyPropertyChanged
Afficher le fichier Open project: DuBin1988/restv2

Méthodes publiques

Свойство Type Description
CanSaveProperty System.Windows.DependencyProperty
ErrorProperty System.Windows.DependencyProperty
isBusy bool

Méthodes publiques

Méthode Description
Invoke ( ) : void
OnCompleted ( AsyncCompletedEventArgs args ) : void
OnPropertyChanged ( string info ) : void

Private Methods

Méthode Description
OnCanSaveChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

Invoke() public méthode

public Invoke ( ) : void
Résultat void

OnCompleted() public méthode

public OnCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string info ) : void
info string
Résultat void

Property Details

CanSaveProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanSaveProperty
Résultat System.Windows.DependencyProperty

ErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorProperty
Résultat System.Windows.DependencyProperty

isBusy public_oe property

是否正忙于工作
public bool isBusy
Résultat bool