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)
- C#
- VB
- F#
protected virtual void InnerValueChanged(
Object? value
)
Protected Overridable Sub InnerValueChanged (
value As Object
)
abstract InnerValueChanged :
value : Object -> unit
override InnerValueChanged :
value : Object -> unit
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