RegionBehaviorFactory Class

Defines a factory that allows the registration of the default set of IRegionBehavior, that will be added to the IRegionBehaviorCollection 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 class RegionBehaviorFactory : IRegionBehaviorFactory, 
    IEnumerable<string>, IEnumerable
'Declaration
Public Class RegionBehaviorFactory _
    Implements IRegionBehaviorFactory, IEnumerable(Of String),  _
    IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.RegionBehaviorFactory
    Microsoft.Practices.Prism.MefExtensions.Regions.MefRegionBehaviorFactory

See Also

RegionBehaviorFactory Members

Microsoft.Practices.Prism.Regions Namespace