Interface INotifyErrorsChanged
Interface definition of a notifitcation mechanism that indicates if an instance has errors.
Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public interface INotifyErrorsChanged
  Events
View SourceErrorsChanged
Raised when errors have changed.
Declaration
event EventHandler<ErrorsChangedEventArgs> ErrorsChanged
  Event Type
| Type | Description | 
|---|---|
| System.EventHandler<ErrorsChangedEventArgs> |