Interface IRegionBehavior
Interface for allowing extensible behavior on regions.
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IRegionBehavior
  Properties
View SourceRegion
The region that this behavior is extending.
Declaration
IRegion Region { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IRegion | 
Methods
View SourceAttach()
Attaches the behavior to the specified region.
Declaration
void Attach()