Share via


IRegionBehaviorFactory Interface

Interface for RegionBehaviorFactories. This factory allows the registration of the default set of RegionBehaviors, that will be added to the IRegionBehaviorCollections of all IRegions, unless overridden on a 'per-region' basis.

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

Syntax

public interface IRegionBehaviorFactory : IEnumerable<string>, 
    IEnumerable
'Declaration
Public Interface IRegionBehaviorFactory _
    Inherits IEnumerable(Of String), IEnumerable

See Also

IRegionBehaviorFactory Members

Microsoft.Practices.Prism.Regions Namespace