diff --git a/GBase/Attributes/GBaseEntryAttribute.cs b/GBase/Attributes/GBaseEntryAttribute.cs index acbeb6a..7952e9f 100644 --- a/GBase/Attributes/GBaseEntryAttribute.cs +++ b/GBase/Attributes/GBaseEntryAttribute.cs @@ -13,6 +13,9 @@ namespace GBase.Attributes [AttributeUsage(AttributeTargets.Property)] public class GBaseEntryAttribute : 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 IGBaseEntry } } \ No newline at end of file