Class ErrorsChangedEventArgs
Inheritance
System.Object
    System.EventArgs
    ErrorsChangedEventArgs
  
      System.EventArgs.Empty
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
    Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public class ErrorsChangedEventArgs : EventArgs
  Constructors
View SourceErrorsChangedEventArgs(IEnumerable<IError>, IEnumerable<IError>)
Declaration
public ErrorsChangedEventArgs(IEnumerable<IError> oldErrors, IEnumerable<IError> newErrors)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<IError> | oldErrors | |
| System.Collections.Generic.IEnumerable<IError> | newErrors | 
Properties
View SourceNewErrors
Declaration
public IEnumerable<IError> NewErrors { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<IError> | 
OldErrors
Declaration
public IEnumerable<IError> OldErrors { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<IError> |