Class ErrorsChangedEventArgs
Inheritance
ErrorsChangedEventArgs
Assembly: Sartorius.SAF.dll
Syntax
public class ErrorsChangedEventArgs : EventArgs
Constructors
View Source
ErrorsChangedEventArgs(IEnumerable<IError>, IEnumerable<IError>)
Declaration
public ErrorsChangedEventArgs(IEnumerable<IError> oldErrors, IEnumerable<IError> newErrors)
Parameters
Properties
View Source
NewErrors
Declaration
public IEnumerable<IError> NewErrors { get; }
Property Value
View Source
OldErrors
Declaration
public IEnumerable<IError> OldErrors { get; }
Property Value
Extension Methods