Interface IBusyAware
Defines members to indicate whether the implementor is busy.
Namespace: Sartorius.SAF.Presentation.Infrastructure
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IBusyAware
Properties
View SourceIsBusy
Indicates whether the instance is busy.
Declaration
bool IsBusy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Events
View SourceIsBusyChanged
Raised when IsBusy changed.
Declaration
event EventHandler IsBusyChanged
Event Type
Type | Description |
---|---|
System.EventHandler |