C# Class Utilities.DropdownControl

Mostra file Open project: redinkinc/Utilities Class Usage Examples

Public Methods

Method Description
AddItems ( ICollection collection ) : void
DropdownControl ( Dropdown dropdown ) : System.Collections

Private Methods

Method Description
ComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
btnNext_Click ( object sender, RoutedEventArgs e ) : void
btnPrevious_Click ( object sender, RoutedEventArgs e ) : void

Method Details

AddItems() public method

public AddItems ( ICollection collection ) : void
collection ICollection
return void

DropdownControl() public method

public DropdownControl ( Dropdown dropdown ) : System.Collections
dropdown Dropdown
return System.Collections