Microsoft.Practices.Prism.Regions.Behaviors RegionActiveAwareBehavior in C# (CSharp): 8 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Microsoft.Practices.Prism.Regions.Behaviors.RegionActiveAwareBehavior, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Behavior that monitors a IRegion object and changes the value for the IActiveAware.IsActive property when an object that implements IActiveAware gets added or removed from the collection.
This class can also sync the active state for any scoped regions directly on the view based on the SyncActiveStateAttribute. If you use the Microsoft.Practices.Prism.Regions.Region.Add(object,string,bool) method with the createRegionManagerScope option, the scoped manager will be attached to the view.