AutomationPropertyChangedEventArgs Constructor

Initializes a new instance of the AutomationPropertyChangedEventArgs class

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AutomationPropertyChangedEventArgs(
	AutomationProperty property,
	Object? oldValue,
	Object? newValue
)

Parameters

property  AutomationProperty
 
oldValue  Object
 
newValue  Object
 

See Also