- remove unused event

pull/26/head
Simon Gockner 6 years ago
parent b89c7e2b14
commit b9f1f53cf1
  1. 5
      GBase/Attributes/GBaseColumnAttribute.cs

@ -13,9 +13,6 @@ namespace GBase.Attributes
[AttributeUsage(AttributeTargets.Property)]
public class GBaseColumnAttribute : Attribute
{
/// <summary>
/// The value of the linked property changed
/// </summary>
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?)
}
}
Loading…
Cancel
Save