DataErrorsChangedEventArgs public class DataErrorsChangedEventArgs : EventArgs Provides data for the ErrorsChanged event. Documentation public virtual string PropertyName { get; } Gets the name of the property that has an error. public DataErrorsChangedEventArgs(string propertyName) Initializes a new instance of the DataErrorsChangedEventArgs class.