C# 클래스 Rock.Apps.StatementGenerator.SelectPersonsPage

Interaction logic for SelectPersonsPage.xaml
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: SparkDevNetwork/Rock 1 사용 예제들

공개 메소드들

메소드 설명
SelectPersonsPage ( ) : System.Collections.Generic

Initializes a new instance of the SelectPersonsPage class.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

SelectPersonsPage() 공개 메소드

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

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

grdItems_RowDoubleClick() 보호된 메소드

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.
리턴 void