AvaloniaPropertyChangedExtensionsGetOldValueT Method
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static T GetOldValue<T>(
this AvaloniaPropertyChangedEventArgs e
)
<ExtensionAttribute>
Public Shared Function GetOldValue(Of T) (
e As AvaloniaPropertyChangedEventArgs
) As T
[<ExtensionAttribute>]
static member GetOldValue :
e : AvaloniaPropertyChangedEventArgs -> 'T
- e AvaloniaPropertyChangedEventArgs
- The event args.
- T
- The value type.
TThe value.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).