C# Class Com.Aote.Controls.DownLoad

Inheritance: System.Windows.FrameworkElement, INotifyPropertyChanged
Show file Open project: DuBin1988/restv2 Class Usage Examples

Public Properties

Property Type Description
isBusy bool

Public Methods

Method Description
Down ( ) : void
OnCompleted ( ) : void
OnPropertyChanged ( string info ) : void
client_OpenReadCompleted ( object sender, OpenReadCompletedEventArgs e ) : void

Method Details

Down() public method

public Down ( ) : void
return void

OnCompleted() public method

public OnCompleted ( ) : void
return void

OnPropertyChanged() public method

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

client_OpenReadCompleted() public method

public client_OpenReadCompleted ( object sender, OpenReadCompletedEventArgs e ) : void
sender object
e OpenReadCompletedEventArgs
return void

Property Details

isBusy public property

public bool isBusy
return bool