Bloom.CollectionTab.LibraryListView.OnContentsOfSelectedBookChanged C# (CSharp) Method

OnContentsOfSelectedBookChanged() private method

The image to show on the cover might have changed. Just make a note ot re-show it next time we're visible
private OnContentsOfSelectedBookChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void OnContentsOfSelectedBookChanged(object sender, EventArgs e)
        {
            _thumbnailRefreshPending = true;
        }