C# Класс Rock.Apps.StatementGenerator.ProgressPage

Interaction logic for ProgressPage.xaml
Наследование: System.Windows.Controls.Page
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ProgressPage ( ) : System

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

ProgressPage() публичный метод

public ProgressPage ( ) : System
Результат System

bw_DoWork() защищенный метод

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.
Результат void

bw_RunWorkerCompleted() защищенный метод

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.
Результат void

contributionReport_OnProgress() защищенный метод

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.
Результат void