This service is used by ContextDef's to store Region information that should be propogated to contexts when they are created.
The WpfContextController is resoponsible for pulling the regions out of this service from the context and initializing the region information
into the newly created context.
Namespace: AppCan.wpf.RegionsAssembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public interface IContextRegionManager |
Visual Basic |
---|
Public Interface IContextRegionManager |
Visual C++ |
---|
public interface class IContextRegionManager |
See Also