Skip to main content

AvaloniaPropertyChangedEventArgs<T> Constructor

Initializes a new instance of the AvaloniaPropertyChangedEventArgs class.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public AvaloniaPropertyChangedEventArgs(
AvaloniaObject sender,
AvaloniaProperty<T> property,
Optional<T> oldValue,
BindingValue<T> newValue,
BindingPriority priority
)

Parameters

  AvaloniaObject
The object that the property changed on.
  AvaloniaProperty(T)
The property that changed.
  Optional(T)
The old value of the property.
  BindingValue(T)
The new value of the property.
  BindingPriority
The priority of the binding that produced the value.

See Also

Reference

AvaloniaPropertyChangedEventArgs(T) Class
Avalonia Namespace