Update using NotifyPropertyChanged instead of Row.Invalidate

This commit is contained in:
Michael Bucari-Tovo 2021-08-20 15:38:30 -06:00
parent a8d609676e
commit d0d66c6135
3 changed files with 10 additions and 7 deletions

View file

@ -60,7 +60,6 @@ namespace LibationWinForms
//DisplayTags and Liberate properties are live.
}
public void NotifyChanged() => NotifyPropertyChanged(nameof(GridEntry));
private void PictureStorage_PictureCached(object sender, FileManager.PictureCachedEventArgs e)
{