Method | Description | |
---|---|---|
ProgressPage ( ) : System |
Method | Description | |
---|---|---|
bw_DoWork ( object sender, |
Handles the DoWork event of the bw control.
|
|
bw_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void |
Handles the RunWorkerCompleted event of the bw control.
|
|
contributionReport_OnProgress ( object sender, ContributionReport e ) : void |
Handles the OnProgress event of the contributionReport control.
|
Method | Description | |
---|---|---|
Page_Loaded ( object sender, |
Handles the Loaded event of the Page control.
|
|
ShowProgress ( int position, int max, string progressMessage ) : void |
Shows the progress.
|
|
btnPrev_Click ( object sender, |
Handles the Click event of the btnPrev control.
|
|
btnSaveAs_Click ( object sender, |
Handles the Click event of the btnSaveAs control.
|
protected bw_DoWork ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected bw_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RunWorkerCompletedEventArgs | The |
return | void |
protected contributionReport_OnProgress ( object sender, ContributionReport e ) : void | ||
sender | object | The source of the event. |
e | ContributionReport | The |
return | void |