C# Class Rock.Apps.CheckScannerUtility.ScanningPromptPage

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

Public Methods

Method Description
ScanningPromptPage ( BatchPage batchPage ) : System

Initializes a new instance of the ScanningPromptPage class.

Private Methods

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

Handles the Loaded event of the Page control.

btnBack_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnBack control.

btnNext_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnNext control.

btnToggle_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnToggle control.

Method Details

ScanningPromptPage() public method

Initializes a new instance of the ScanningPromptPage class.
public ScanningPromptPage ( BatchPage batchPage ) : System
batchPage BatchPage
return System