AutomationPropertyChangedEventArgs Constructor
Initializes a new instance of the AutomationPropertyChangedEventArgs class
Definition
Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public AutomationPropertyChangedEventArgs(
AutomationProperty property,
Object? oldValue,
Object? newValue
)
Public Sub New (
property As AutomationProperty,
oldValue As Object,
newValue As Object
)
new :
property : AutomationProperty *
oldValue : Object *
newValue : Object -> AutomationPropertyChangedEventArgs
Parameters
See Also
Reference
AutomationPropertyChangedEventArgs Class
Avalonia.Automation Namespace