Click or drag to resize

ViewModel.OnErrorsChanged Method

Raised when the validation state of the view model has changed (e.g. error added or removed).

Namespace:  BionicCode.Utilities.Net.Standard.ViewModel
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntax
protected virtual void OnErrorsChanged(
	string propertyName
)

Parameters

propertyName
Type: System.String
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md