C# Class Com.Aote.Controls.UrlInvoke

Inheritance: System.Windows.FrameworkElement, INotifyPropertyChanged
Mostra file Open project: DuBin1988/restv2

Public Properties

Property Type Description
CanSaveProperty System.Windows.DependencyProperty
ErrorProperty System.Windows.DependencyProperty
isBusy bool

Public Methods

Method Description
Invoke ( ) : void
OnCompleted ( AsyncCompletedEventArgs args ) : void
OnPropertyChanged ( string info ) : void

Private Methods

Method Description
OnCanSaveChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

Invoke() public method

public Invoke ( ) : void
return void

OnCompleted() public method

public OnCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
return void

OnPropertyChanged() public method

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

Property Details

CanSaveProperty public_oe static_oe property

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

ErrorProperty public_oe static_oe property

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

isBusy public_oe property

是否正忙于工作
public bool isBusy
return bool