ContentControlRegionAdapter Class

Adapter that creates a new SingleActiveRegion and monitors its active view to set it on the adapted ContentControl.

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

Syntax

public class ContentControlRegionAdapter : RegionAdapterBase<ContentControl>
'Declaration
Public Class ContentControlRegionAdapter _
    Inherits RegionAdapterBase(Of ContentControl)

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.RegionAdapterBase<ContentControl>
    Microsoft.Practices.Prism.Regions.ContentControlRegionAdapter
      Microsoft.Practices.Prism.MefExtensions.Regions.MefContentControlRegionAdapter

See Also

ContentControlRegionAdapter Members

Microsoft.Practices.Prism.Regions Namespace