Summary
Called when an inheritable property changes on an object registered as an inheritance
parent.
- Namespace
- Avalonia
- Containing Type
- IAvaloniaObject
Syntax
void InheritedPropertyChanged<T>(AvaloniaProperty<T> property, Optional<T> oldValue, Optional<T> newValue)
Type Parameters
Name | Description |
---|---|
T | The type of the value. |
Parameters
Name | Type | Description |
---|---|---|
property | AvaloniaProperty |
The property that has changed. |
oldValue | Optional |
|
newValue | Optional |
Return Value
Type | Description |
---|---|
void |