INotifyDataErrorInfo help
When using the implementation for INotifyDataErrorInfo, is it possible when raising errors change event to raise it for all properties at once instead for single propertyName
ErrorsChanged?.Invoke(this, new DataErrorsChangedEventArgs(propertyName));
0 Replies