DataValidationBase.

InnerValueChanged(object) Method

Summary

Called when the inner IPropertyAccessor notifies with a new value.

Syntax

protected virtual void InnerValueChanged(object value)

Remarks

Notifies the observer that the value has changed. The value will be wrapped in a BindingNotification if it is not already a binding notification.

Parameters

Name Type Description
value object The value.

Return Value

Type Description
void