.NET Helper Packages
C#
Show/Hide TOC
Model
Data
Error
Errors
Changed Event
Occurs when the validation errors have changed for a property or for the entire entity.
Definition
Namespace:
Common.Core.Classes
Assembly:
Common.Core (in Common.Core.dll) Version: 2.1.5
C#
Copy
public
event
EventHandler
<
DataErrorsChangedEventArgs
>
ErrorsChanged
Value
EventHandler
DataErrorsChangedEventArgs
Implements
INotifyDataErrorInfo
ErrorsChanged
See Also
Reference
ModelDataError Class
Common.Core.Classes Namespace
In This Article
Definition
Value
Implements
See Also