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