IRegion Interface

Defines a model that can be used to compose views.

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

Syntax

public interface IRegion : INavigateAsync, 
    INotifyPropertyChanged
'Declaration
Public Interface IRegion _
    Inherits INavigateAsync, INotifyPropertyChanged

See Also

IRegion Members

Microsoft.Practices.Prism.Regions Namespace