RegionActiveAwareBehavior Class

Behavior that monitors a IRegion object and changes the value for the IsActive property when an object that implements IActiveAware gets added or removed from the collection.

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

Syntax

public class RegionActiveAwareBehavior : IRegionBehavior
'Declaration
Public Class RegionActiveAwareBehavior _
    Implements IRegionBehavior

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.Behaviors.RegionActiveAwareBehavior
    Microsoft.Practices.Prism.MefExtensions.Regions.Behaviors.MefRegionActiveAwareBehavior

See Also

RegionActiveAwareBehavior Members

Microsoft.Practices.Prism.Regions.Behaviors Namespace