|
|
|
@ -9,7 +9,7 @@ namespace GBase.Api |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// Notify the GBase that an entry has changed |
|
|
|
/// Notify the GBase that an entry has changed |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public abstract class NotifyGBaseEntryChanged : INotifyGBaseEntryChanged |
|
|
|
public abstract class NotifyGBaseEntryChanged : INotifyGBaseEntryChanged //TODO: Rename to GBaseValueChanged or EntryUpdated? |
|
|
|
{ |
|
|
|
{ |
|
|
|
public event EventHandler<GBaseEntryChangedEventArgs> GBaseEntryChanged; |
|
|
|
public event EventHandler<GBaseEntryChangedEventArgs> GBaseEntryChanged; |
|
|
|
|
|
|
|
|
|
|
|
|