System.ComponentModel.INotifyDataErrorInfo public interface INotifyDataErrorInfo Documentation Code bool HasErrors { get; } event EventHandler<DataErrorsChangedEventArgs> ErrorsChanged IEnumerable GetErrors(string propertyName)