Summary
Provides information for an Avalonia property change.
- Namespace
- Avalonia
- Base Types
-
- object
- EventArgs
- Avalonia
Property Changed Event Args
graph BT
Type-->Base0["AvaloniaPropertyChangedEventArgs"]
click Base0 "/api/Avalonia/AvaloniaPropertyChangedEventArgs"
Base0-->Base1["EventArgs"]
Base1-->Base2["object"]
Type["AvaloniaPropertyChangedEventArgs<T>"]
class Type type-node
Syntax
public class AvaloniaPropertyChangedEventArgs<T> : AvaloniaPropertyChangedEventArgs
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Summary |
---|---|
Avalonia |
Initializes a new instance of the AvaloniaPropertyChangedEventArgs class.
|
Properties
Name | Value | Summary |
---|---|---|
Is |
bool |
Gets a value indicating whether the change represents a change to the effective value of
the property.
Inherited from Avalonia
|
NewValue | BindingValue |
Gets the new value of the property.
|
NewValue | object? |
Gets the new value of the property.
Inherited from Avalonia
|
OldValue | Optional |
Gets the old value of the property.
|
OldValue | object? |
Gets the old value of the property.
Inherited from Avalonia
|
Priority | BindingPriority |
Gets the priority of the binding that produced the value.
Inherited from Avalonia
|
Property | AvaloniaProperty |
Gets the property that changed.
|
Property | AvaloniaProperty |
Gets the property that changed.
Inherited from Avalonia
|
Sender | IAvaloniaObject |
Gets the
AvaloniaObject that the property changed on.
Inherited from Avalonia
|
Methods
Name | Value | Summary |
---|---|---|
GetNewValue |
object? | |
GetOldValue |
object? | |
GetProperty |
AvaloniaProperty |