Table of Contents

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 AutomationProperty
oldValue object
newValue object

Properties

NewValue

public object? NewValue { get; }

Property Value

object

OldValue

public object? OldValue { get; }

Property Value

object

Property

public AutomationProperty Property { get; }

Property Value

AutomationProperty