Show / Hide Table of Contents

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 Source

IsBusy

Indicates whether the instance is busy.

Declaration
bool IsBusy { get; set; }
Property Value
Type Description
System.Boolean

Events

View Source

IsBusyChanged

Raised when IsBusy changed.

Declaration
event EventHandler IsBusyChanged
Event Type
Type Description
System.EventHandler

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX