Skip to main content

GetOldAndNewValue<T> Method

Gets a typed value from OldValue and NewValue.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static (T , T ) GetOldAndNewValue<T>(
this AvaloniaPropertyChangedEventArgs e
)

Parameters

  AvaloniaPropertyChangedEventArgs
The event args.

Type Parameters

The value type.

Return Value

ValueTuple(T, T)
The value.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type AvaloniaPropertyChangedEventArgs. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

AvaloniaPropertyChangedExtensions Class
Avalonia Namespace