AvaloniaPropertyChangedEventArgs<T>.

NewValue Property

Summary

Gets the new value of the property.
Namespace
Avalonia
Containing Type
AvaloniaPropertyChangedEventArgs<T>

Syntax

public BindingValue<T> NewValue { get; private set; }

Remarks

When IsEffectiveValueChange is true, returns the value of the property on the object. When IsEffectiveValueChange is false returns the changed value, or Empty if the value was removed.

Value

Type Description
BindingValue<T>