'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.
Property | Description |
---|---|
PropertyName |
See Also