Summary
Called when the inner
IPropertyAccessor
notifies with a new value.
- Namespace
- Avalonia
.Data .Core .Plugins - Containing Type
- DataValidationBase
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 |