Skip to main content

InnerValueChanged Method

Called when the inner IPropertyAccessor notifies with a new value.

Definition

Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)

protected virtual void InnerValueChanged(
Object? value
)

Parameters

  Object
The 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.

See Also

Reference

DataValidationBase Class
Avalonia.Data.Core.Plugins Namespace