Click or drag to resize

ObservableObjectBaseOnDataErrorsEvaluated Method

Called when data errors have been evaluated. Used e.g. to track data errors for each property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected virtual void OnDataErrorsEvaluated(
	string? propertyName,
	IEnumerable<string>? dataErrors
)

Parameters

propertyName
Type: SystemString
Name of the property, or null if the errors .
dataErrors
Type: System.Collections.GenericIEnumerableString
The data errors for the property.
See Also