AvaloniaPropertyChangedEventArgs Class

Summary

Provides information for a avalonia property change.
Namespace
Avalonia
Base Types
  • object
  • EventArgs
Derived Types
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["AvaloniaPropertyChangedEventArgs"] class Type type-node Derived0["AvaloniaPropertyChangedEventArgs<T>"]-->Type click Derived0 "/api/Avalonia/AvaloniaPropertyChangedEventArgs_1"

Syntax

public abstract class AvaloniaPropertyChangedEventArgs : EventArgs

Constructors

Properties

Name Value Summary
IsEffectiveValueChange bool
Gets a value indicating whether the change represents a change to the effective value of the property.
NewValue object?
Gets the new value of the property.
OldValue object?
Gets the old value of the property.
Priority BindingPriority
Gets the priority of the binding that produced the value.
Property AvaloniaProperty
Gets the property that changed.
Sender IAvaloniaObject
Gets the AvaloniaObject that the property changed on.

Methods

Name Value Summary
GetNewValue() object?
GetOldValue() object?
GetProperty() AvaloniaProperty