From b9f1f53cf153f36d701266d7aa7c43fabf2f334c Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Fri, 6 Mar 2020 15:51:53 +0100 Subject: [PATCH] - remove unused event --- GBase/Attributes/GBaseColumnAttribute.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/GBase/Attributes/GBaseColumnAttribute.cs b/GBase/Attributes/GBaseColumnAttribute.cs index bc3c104..58d7990 100644 --- a/GBase/Attributes/GBaseColumnAttribute.cs +++ b/GBase/Attributes/GBaseColumnAttribute.cs @@ -13,9 +13,6 @@ namespace GBase.Attributes [AttributeUsage(AttributeTargets.Property)] public class GBaseColumnAttribute : Attribute { - /// - /// The value of the linked property changed - /// - public event EventHandler ValueChanged; //TODO: Automatically fire this event if the value of the linked property changes and subscribe to it in the correct IGBaseColumn (remove?) + } } \ No newline at end of file