Skip to main content

AutomationPropertyChangedEventArgs Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public class AutomationPropertyChangedEventArgs

Inheritance: EventArgs -> AutomationPropertyChangedEventArgs

Constructors

NameDescription
AutomationPropertyChangedEventArgsNo summary available.

AutomationPropertyChangedEventArgs Constructor

public AutomationPropertyChangedEventArgs(Avalonia.Automation.AutomationProperty property, object oldValue, object newValue)

Parameters

property Avalonia.Automation.AutomationProperty

oldValue object

newValue object

Properties

NameDescription
NewValueNo summary available.
OldValueNo summary available.
PropertyNo 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; }