C# Класс Microsoft.Practices.Prism.Regions.Behaviors.SyncRegionContextWithHostBehavior

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.
Наследование: RegionBehavior, IHostAwareRegionBehavior
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BehaviorKey string

Private Properties

Свойство Тип Описание
RegionContextObservableObject_PropertyChanged void
Region_PropertyChanged void
SynchronizeRegionContext void

Защищенные методы

Метод Описание
OnAttach ( ) : void

Override this method to perform the logic after the behavior has been attached.

Приватные методы

Метод Описание
RegionContextObservableObject_PropertyChanged ( object sender, System e ) : void
Region_PropertyChanged ( object sender, System e ) : void
SynchronizeRegionContext ( ) : void

Описание методов

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

Override this method to perform the logic after the behavior has been attached.
protected OnAttach ( ) : void
Результат void

Описание свойств

BehaviorKey публичное статическое свойство

Name that identifies the SyncRegionContextWithHostBehavior behavior in a collection of RegionsBehaviors.
public static string BehaviorKey
Результат string