Data for Silverlight
ErrorsChanged Event

C1.Silverlight.Data Namespace > DataRowView Class : ErrorsChanged Event
Occurs when the validation errors have changed for a property or for the entire data row.
Syntax
'Declaration
 
Public Event ErrorsChanged As EventHandler(Of DataErrorsChangedEventArgs)
public event EventHandler<DataErrorsChangedEventArgs> ErrorsChanged
Event Data

The event handler receives an argument of type DataErrorsChangedEventArgs containing data related to this event. The following DataErrorsChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also