Interface IRegionMemberLifetime
When implemented, allows an instance placed in a IRegion that uses a Sartorius.SAF.Presentation.Regions.Behaviors.RegionMemberLifetimeBehavior to indicate it should be removed when it transitions from an activated to reactivated state.
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IRegionMemberLifetime
  Properties
View SourceKeepAlive
Gets a value indicating whether this instance should be kept-alive upon deactivation.
Declaration
bool KeepAlive { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |