Method | Description | |
---|---|---|
SelectPersonsPage ( ) : System.Collections.Generic |
Initializes a new instance of the SelectPersonsPage class.
|
Method | Description | |
---|---|---|
bw_DoWork ( object sender, |
Handles the DoWork event of the bw control.
|
|
bw_RunWorkerCompleted ( object sender, |
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.
|
Method | Description | |
---|---|---|
Page_Loaded ( object sender, |
Handles the Loaded event of the Page control.
|
|
btnNext_Click ( object sender, |
Handles the Click event of the btnNext control.
|
|
btnPrev_Click ( object sender, |
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, |
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.
|
public SelectPersonsPage ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected bw_DoWork ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected bw_RunWorkerCompleted ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected grdItems_RowDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Windows.Input.MouseButtonEventArgs | The |
return | void |