Table of Contents

Event ErrorsChanged

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

Occurs when the validation errors have changed for a property or for the entire entity.

public event EventHandler<DataErrorsChangedEventArgs> ErrorsChanged

Returns

EventHandler<DataErrorsChangedEventArgs>
Occurs when the validation errors have changed for a property or for the entire entity.
Implements