Method | Description | |
---|---|---|
FProgress ( IErrorOutput errorOutput ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( object sender, EventArgs eventArgs ) : void |
Method | Description | |
---|---|---|
DisplayProgress ( ) : void | ||
FDownloadProgress_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
FProgress_Shown ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
TryCancelOp ( ) : void | ||
btnCancel_Click ( object sender, EventArgs e ) : void | ||
operation_Error ( object sender, OperationErrorEventArgs e ) : void | ||
operation_Finished ( object sender, EventArgs e ) : void | ||
operation_StatusChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public FProgress ( IErrorOutput errorOutput ) : System | ||
errorOutput | IErrorOutput | |
return | System |
protected OnLoad ( object sender, EventArgs eventArgs ) : void | ||
sender | object | |
eventArgs | EventArgs | |
return | void |