Microsoft.Practices.Prism.Regions.Behaviors.ClearChildViewsRegionBehavior.OnAttach C# (CSharp) Метод

OnAttach() защищенный Метод

Subscribes to the Region's PropertyChanged method to monitor its RegionManager property.
protected OnAttach ( ) : void
Результат void
        protected override void OnAttach()
        {
            this.Region.PropertyChanged += Region_PropertyChanged;
        }