separate the concepts of UserDefinedItem being updated in memory vs successful persistence

This commit is contained in:
Robert McRackan 2021-09-02 09:51:17 -04:00
parent 7b9c5c0f4f
commit dc0dd3474b
7 changed files with 46 additions and 159 deletions

View file

@ -136,6 +136,7 @@ namespace DataLayer
#endregion
/// <summary>
/// Occurs when <see cref="Tags"/>, <see cref="BookStatus"/>, or <see cref="PdfStatus"/> values change.
/// This signals the change of the in-memory value; it does not ensure that the new value has been persisted.
/// </summary>
public static event EventHandler<string> ItemChanged;
public override string ToString() => $"{Book} {Rating} {Tags}";