Namespace Sartorius.SAF.Presentation.Regions.Behaviors
Classes
BindRegionContextToDependencyObjectBehavior
Defines a behavior that forwards the RegionContextProperty to the views in the region.
DelayedRegionCreationBehavior
Behavior that creates a new IRegion, when the control that will host the IRegion (see TargetElement) is added to the VisualTree. This behavior will use the RegionAdapterMappings class to find the right type of adapter to create the region. After the region is created, this behavior will detach.
RegionActiveAwareBehavior
Behavior that monitors a IRegion object and changes the value for the IsActive property when an object that implements IActiveAware gets added or removed from the collection.
RegionCreationException
Represents errors that occured during region creation.
Interfaces
IHostAwareRegionBehavior
Defines a IRegionBehavior that not allows extensible behaviors on regions which also interact with the target element that the IRegion is attached to.