Share via


RegionContext Members

Include Protected Members
Include Inherited Members

The RegionContext type exposes the following members.

Methods

  Name Description
Public methodStatic member GetObservableContext
Returns an ObservableObject<T> wrapper around the RegionContext value. The RegionContext will be set on any views (dependency objects) that are inside the Views collection by the BindRegionContextToDependencyObjectBehavior Behavior. The RegionContext will also be set to the control that hosts the Region, by the SyncRegionContextWithHostBehavior Behavior. If the ObservableObject<T> wrapper does not already exist, an empty one will be created. This way, an observer can notify when the value is set for the first time.

See Also

RegionContext Class

Microsoft.Practices.Prism.Regions Namespace