C# 클래스 Microsoft.Practices.Prism.Regions.Behaviors.BindRegionContextToDependencyObjectBehavior

Defines a behavior that forwards the RegionManager.RegionContextProperty to the views in the region.
상속: IRegionBehavior
파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

공개 메소드들

메소드 설명
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