C# Class Microsoft.Phone.Applications.UnitConverter.View.TwoListBoxes

Wrap the small user control that will house two list views
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: Expensify/WindowsPhoneTestFramework Class Usage Examples

Public Methods

Method Description
TwoListBoxes ( ) : System.Windows.Controls

Default constructor

Private Methods

Method Description
OnFromSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Handle the from list box selection events

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

Handle the to list box selection events

Method Details

TwoListBoxes() public method

Default constructor
public TwoListBoxes ( ) : System.Windows.Controls
return System.Windows.Controls