Microsoft.Practices.Prism.Regions.Behaviors.ClearChildViewsRegionBehavior.OnAttach C# (CSharp) Method

OnAttach() protected method

Subscribes to the Region's PropertyChanged method to monitor its RegionManager property.
protected OnAttach ( ) : void
return void
        protected override void OnAttach()
        {
            this.Region.PropertyChanged += Region_PropertyChanged;
        }