Region Class

Implementation of IRegion that allows multiple active views.

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

Syntax

public class Region : IRegion, INavigateAsync, 
    INotifyPropertyChanged
'Declaration
Public Class Region _
    Implements IRegion, INavigateAsync, INotifyPropertyChanged

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.Region
    Microsoft.Practices.Prism.Regions.AllActiveRegion
    Microsoft.Practices.Prism.Regions.SingleActiveRegion

See Also

Region Members

Microsoft.Practices.Prism.Regions Namespace