From 623a925c397feecf207330bfb8bdcc0fe34bc83f Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Tue, 17 Dec 2019 12:42:43 +0100 Subject: [PATCH] Clarify difference between BindingValue and BindingNotifcation. --- src/Avalonia.Base/Data/BindingNotification.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Avalonia.Base/Data/BindingNotification.cs b/src/Avalonia.Base/Data/BindingNotification.cs index a568c062d0..9a2cc1bfde 100644 --- a/src/Avalonia.Base/Data/BindingNotification.cs +++ b/src/Avalonia.Base/Data/BindingNotification.cs @@ -30,6 +30,12 @@ namespace Avalonia.Data /// Represents a binding notification that can be a valid binding value, or a binding or /// data validation error. /// + /// + /// This class is very similar to , but where + /// is used by typed bindings, this class is used to hold binding and data validation errors in + /// untyped bindings. As Avalonia moves towards using typed bindings by default we may want to remove + /// this class. + /// public class BindingNotification { ///