C# 클래스 Gu.Wpf.ValidationScope.ErrorsChangedEventArgs

EventArgs for Scope.ErrorsChanged event.
상속: System.Windows.RoutedEventArgs
파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.ValidationScope 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ErrorsChangedEventArgs ( IEnumerable removed, IEnumerable added ) : System.Collections.Generic

Initializes a new instance of the ErrorsChangedEventArgs class.

메소드 상세

ErrorsChangedEventArgs() 공개 메소드

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