Class AutomationPropertyChangedEventArgs
- Namespace
- Avalonia.Automation
- Assembly
- Avalonia.Controls.dll
public class AutomationPropertyChangedEventArgs : EventArgs
- Inheritance
-
AutomationPropertyChangedEventArgs
- Inherited Members
Constructors
AutomationPropertyChangedEventArgs(AutomationProperty, object?, object?)
public AutomationPropertyChangedEventArgs(AutomationProperty property, object? oldValue, object? newValue)
Parameters
property
AutomationPropertyoldValue
objectnewValue
object
Properties
NewValue
public object? NewValue { get; }
Property Value
OldValue
public object? OldValue { get; }
Property Value
Property
public AutomationProperty Property { get; }