Interface IActiveAware
Interface that defines if the object instance is active and notifies when the activity changes.
Namespace: Sartorius.SAF.Presentation.Infrastructure
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IActiveAware
  Properties
View SourceIsActive
Gets or sets a value indicating whether the object is active.
Declaration
bool IsActive { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | true if the object is active; otherwise false.  | 
      
Events
View SourceIsActiveChanged
Notifies that the value for IsActive property has changed.
Declaration
event EventHandler IsActiveChanged
  Event Type
| Type | Description | 
|---|---|
| System.EventHandler |