SelectorRegionAdapter Class

Adapter that creates a new Region and binds all the views to the adapted Selector. It also keeps the ActiveViews and the selected items of the Selector in sync.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class SelectorRegionAdapter : RegionAdapterBase<Selector>
'Declaration
Public Class SelectorRegionAdapter _
    Inherits RegionAdapterBase(Of Selector)

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.RegionAdapterBase<Selector>
    Microsoft.Practices.Prism.Regions.SelectorRegionAdapter
      Microsoft.Practices.Prism.MefExtensions.Regions.MefSelectorRegionAdapter

See Also

SelectorRegionAdapter Members

Microsoft.Practices.Prism.Regions Namespace