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

Defines a behavior that forwards the RegionManager.RegionContextProperty to the views in the region.
Наследование: IRegionBehavior
Показать файл Открыть проект Примеры использования класса

Открытые методы

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

Attaches the behavior to the specified region.

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

Метод Описание
AttachNotifyChangeEvent ( IEnumerable views ) : void
DetachNotifyChangeEvent ( IEnumerable views ) : void
Region_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
SetContextToViews ( IEnumerable views, object context ) : void
ViewRegionContext_OnPropertyChangedEvent ( object sender, PropertyChangedEventArgs args ) : void
Views_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

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

Attach() публичный Метод

Attaches the behavior to the specified region.
public Attach ( ) : void
Результат void