Show / Hide Table of Contents

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 Source

ErrorsChanged

Raised when errors have changed.

Declaration
event EventHandler<ErrorsChangedEventArgs> ErrorsChanged
Event Type
Type Description
System.EventHandler<ErrorsChangedEventArgs>

Extension Methods

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