Region Class

Implementation of IRegion that allows multiple active views.

Namespace:  Microsoft.Practices.Composite.Presentation.Regions
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Class Region _
    Implements IRegion, INotifyPropertyChanged
public class Region : IRegion, INotifyPropertyChanged
public ref class Region : IRegion, INotifyPropertyChanged
Microsoft.Practices.Composite.Presentation.Regions.Region = function();

Type.createClass(
    'Microsoft.Practices.Composite.Presentation.Regions.Region',
    null,
    Microsoft.Practices.Composite.Regions.IRegion,
    INotifyPropertyChanged);

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Presentation.Regions.Region
    Microsoft.Practices.Composite.Presentation.Regions.AllActiveRegion
    Microsoft.Practices.Composite.Presentation.Regions.SingleActiveRegion

See Also

Region Members

Microsoft.Practices.Composite.Presentation.Regions Namespace