Microsoft.Practices.Prism.Regions.Behaviors ClearChildViewsRegionBehavior in C# (CSharp): 2 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Microsoft.Practices.Prism.Regions.Behaviors.ClearChildViewsRegionBehavior, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Behavior that removes the RegionManager attached property of all the views in a region once the RegionManager property of a region becomes null. This is useful when removing views with nested regions, to ensure these nested regions get removed from the RegionManager as well. This behavior does not apply by default. In order to activate it, the ClearChildViews attached property must be set to True in the view containing the affected child regions.