C# Class Rock.Apps.StatementGenerator.ProgressPage

Interaction logic for ProgressPage.xaml
Inheritance: System.Windows.Controls.Page
Show file Open project: SparkDevNetwork/Rock Class Usage Examples

Public Methods

Method Description
ProgressPage ( ) : System

Protected Methods

Method Description
bw_DoWork ( object sender, DoWorkEventArgs e ) : void

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.

Private Methods

Method Description
Page_Loaded ( object sender, RoutedEventArgs e ) : void

Handles the Loaded event of the Page control.

ShowProgress ( int position, int max, string progressMessage ) : void

Shows the progress.

btnPrev_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnPrev control.

btnSaveAs_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnSaveAs control.

Method Details

ProgressPage() public method

public ProgressPage ( ) : System
return System

bw_DoWork() protected method

Handles the DoWork event of the bw control.
protected bw_DoWork ( object sender, DoWorkEventArgs e ) : void
sender object The source of the event.
e System.ComponentModel.DoWorkEventArgs The instance containing the event data.
return void

bw_RunWorkerCompleted() protected method

Handles the RunWorkerCompleted event of the bw control.
protected bw_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
sender object The source of the event.
e RunWorkerCompletedEventArgs The instance containing the event data.
return void

contributionReport_OnProgress() protected method

Handles the OnProgress event of the contributionReport control.
protected contributionReport_OnProgress ( object sender, ContributionReport e ) : void
sender object The source of the event.
e ContributionReport The instance containing the event data.
return void