AutomationPropertyChangedEventArgs Class
Definition
public class AutomationPropertyChangedEventArgs
Constructors
| Name | Description |
|---|---|
| AutomationPropertyChangedEventArgs | No summary available. |
AutomationPropertyChangedEventArgs Constructor
public AutomationPropertyChangedEventArgs(Avalonia.Automation.AutomationProperty property, object oldValue, object newValue)
Parameters
property Avalonia.Automation.AutomationProperty
oldValue object
newValue object
Properties
| Name | Description |
|---|---|
| NewValue | No summary available. |
| OldValue | No summary available. |
| Property | No summary available. |
NewValue Property
public object NewValue { get; set; }
OldValue Property
public object OldValue { get; set; }
Property Property
public Avalonia.Automation.AutomationProperty Property { get; set; }