Summary
Initializes a new instance of the
AvaloniaPropertyChangedEventArgs
class.
- Namespace
- Avalonia
- Containing Type
- Avalonia
Property Changed Event Args <T>
Syntax
public AvaloniaPropertyChangedEventArgs(IAvaloniaObject sender, AvaloniaProperty<T> property, Optional<T> oldValue, BindingValue<T> newValue, BindingPriority priority)
Parameters
Name | Type | Description |
---|---|---|
sender | IAvaloniaObject | The object that the property changed on. |
property | AvaloniaProperty |
The property that changed. |
oldValue | Optional |
The old value of the property. |
newValue | BindingValue |
The new value of the property. |
priority | BindingPriority | The priority of the binding that produced the value. |
Return Value
Type | Description |
---|---|
void |