Symphony Framework
ObservableSelectionItemList Class
Members 
Symphony.Conductor.Content Namespace : ObservableSelectionItemList Class
Expose a collection of custom SelectionItem type objects to allow binding to list controls like the drop-down combo box.
Object Model
ObservableSelectionItemList ClassSelectionItem Class
Syntax
public class ObservableSelectionItemList : System.Collections.ObjectModel.ObservableCollection<SelectionItem> 
Remarks
This class should be used if you are going to dynamically change the list under program control.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Symphony.Conductor.Content.ObservableSelectionItemList

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ObservableSelectionItemList Members
Symphony.Conductor.Content Namespace