Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created April 19, 2026 19:18
Show Gist options
  • Select an option

  • Save CostaFot/6118e117e556ea8c5bba6c35e09bb9fe to your computer and use it in GitHub Desktop.

Select an option

Save CostaFot/6118e117e556ea8c5bba6c35e09bb9fe to your computer and use it in GitHub Desktop.
event TypedEventHandler<object, IItemsChangedEventArgs> INotifyItemsChanged.ItemsChanged
{
add { _itemsChanged += value; RefreshPackages(); } // <-- the whole point
remove => _itemsChanged -= value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment