RegionManager Class

This class is responsible for maintaining a collection of regions and attaching regions to controls.

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

Syntax

public class RegionManager : IRegionManager
'Declaration
Public Class RegionManager _
    Implements IRegionManager

Remarks

This class supplies the attached properties that can be used for simple region creation from XAML.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.RegionManager
    Microsoft.Practices.Prism.MefExtensions.Regions.MefRegionManager

See Also

RegionManager Members

Microsoft.Practices.Prism.Regions Namespace