C# (CSharp) Microsoft.Practices.Prism.Regions.Behaviors SyncRegionContextWithHostBehavior - 9 ejemplos encontrados. Estos son los ejemplos en C# (CSharp) del mundo real mejor valorados de Microsoft.Practices.Prism.Regions.Behaviors.SyncRegionContextWithHostBehavior extraídos de proyectos de código abierto. Puedes valorar ejemplos para ayudarnos a mejorar la calidad de los ejemplos.
Behavior that synchronizes the IRegion.Context property of a IRegion with the control that hosts the Region. It does this by setting the RegionManager.RegionContextProperty Dependency Property on the host control. This behavior allows the usage of two way databinding of the RegionContext from XAML.