Summary
Gets the new value of the property.
- Namespace
- Avalonia
- Containing Type
- Avalonia
Property Changed Event Args <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 |