separate the concepts of UserDefinedItem being updated in memory vs successful persistence
This commit is contained in:
parent
7b9c5c0f4f
commit
dc0dd3474b
7 changed files with 46 additions and 159 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue