C# Class Rock.Apps.StatementGenerator.SelectPersonsPage

Interaction logic for SelectPersonsPage.xaml
Inheritance: System.Windows.Controls.Page
Exibir arquivo Open project: SparkDevNetwork/Rock Class Usage Examples

Public Methods

Method Description
SelectPersonsPage ( ) : System.Collections.Generic

Initializes a new instance of the SelectPersonsPage class.

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.

grdItems_RowDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Handles the RowDoubleClick event of the grdItems control.

Private Methods

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

Handles the Loaded event of the Page control.

btnNext_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnNext control.

btnPrev_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnPrev control.

grdPersons_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Handles the SelectionChanged event of the grdPersons control.

radPersons_Checked ( object sender, RoutedEventArgs e ) : void

Handles the Checked event of the radPersons control.

txtPersonSearch_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Handles the TextChanged event of the txtPersonSearch control.

Method Details

SelectPersonsPage() public method

Initializes a new instance of the SelectPersonsPage class.
public SelectPersonsPage ( ) : System.Collections.Generic
return System.Collections.Generic

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 System.ComponentModel.RunWorkerCompletedEventArgs The instance containing the event data.
return void

grdItems_RowDoubleClick() protected method

Handles the RowDoubleClick event of the grdItems control.
protected grdItems_RowDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object The source of the event.
e System.Windows.Input.MouseButtonEventArgs The instance containing the event data.
return void