C# Class Gu.Wpf.ValidationScope.ErrorsChangedEventArgs

EventArgs for Scope.ErrorsChanged event.
Inheritance: System.Windows.RoutedEventArgs
Afficher le fichier Open project: JohanLarsson/Gu.Wpf.ValidationScope Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ErrorsChangedEventArgs ( IEnumerable removed, IEnumerable added ) : System.Collections.Generic

Initializes a new instance of the ErrorsChangedEventArgs class.

Method Details

ErrorsChangedEventArgs() public méthode

Initializes a new instance of the ErrorsChangedEventArgs class.
public ErrorsChangedEventArgs ( IEnumerable removed, IEnumerable added ) : System.Collections.Generic
removed IEnumerable Removed validation errors.
added IEnumerable New validation errors.
Résultat System.Collections.Generic