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
파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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