C# Class Rock.Apps.StatementGenerator.ProgressPage

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

Méthodes publiques

Méthode Description
ProgressPage ( ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

public ProgressPage ( ) : System
Résultat System

bw_DoWork() protected méthode

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.
Résultat void

bw_RunWorkerCompleted() protected méthode

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.
Résultat void

contributionReport_OnProgress() protected méthode

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.
Résultat void