public static class AvaloniaPropertyChangedExtensions<ExtensionAttribute>
Public NotInheritable Class AvaloniaPropertyChangedExtensions[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type AvaloniaPropertyChangedExtensions = class end| GetNewValueT(AvaloniaPropertyChangedEventArgs) | Gets a typed value from NewValue. |
| GetOldAndNewValueT(AvaloniaPropertyChangedEventArgs) | Gets a typed value from OldValue and NewValue. |
| GetOldValueT(AvaloniaPropertyChangedEventArgs) | Gets a typed value from OldValue. |