DelayedRegionCreationBehavior Class

Behavior that creates a new IRegion, when the control that will host the IRegion (see TargetElement) is added to the VisualTree. This behavior will use the RegionAdapterMappings class to find the right type of adapter to create the region. After the region is created, this behavior will detach.

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

Syntax

public class DelayedRegionCreationBehavior
'Declaration
Public Class DelayedRegionCreationBehavior

Remarks

Attached property value inheritance is not available in Silverlight, so the current approach walks up the visual tree when requesting a region from a region manager. The RegionManagerRegistrationBehavior is now responsible for walking up the Tree.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.Behaviors.DelayedRegionCreationBehavior
    Microsoft.Practices.Prism.MefExtensions.Regions.Behaviors.MefDelayedRegionCreationBehavior

See Also

DelayedRegionCreationBehavior Members

Microsoft.Practices.Prism.Regions.Behaviors Namespace