CC#•Created by _chummy_nomnom on 9/28/2022 in #help 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));