C# Class Gu.Wpf.ValidationScope.ErrorsChangedEventArgs

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

Private Properties

Property Type Description

Public Methods

Method Description
ErrorsChangedEventArgs ( IEnumerable removed, IEnumerable added ) : System.Collections.Generic

Initializes a new instance of the ErrorsChangedEventArgs class.

Method Details

ErrorsChangedEventArgs() public method

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.
return System.Collections.Generic