diff --git a/src/Perspex.Controls/ItemsControl.cs b/src/Perspex.Controls/ItemsControl.cs index 6539cffae5..376703e942 100644 --- a/src/Perspex.Controls/ItemsControl.cs +++ b/src/Perspex.Controls/ItemsControl.cs @@ -171,7 +171,7 @@ namespace Perspex.Controls if (incc != null) { - incc.CollectionChanged += ItemsCollectionChanged; + incc.CollectionChanged -= ItemsCollectionChanged; } var newValue = e.NewValue as IEnumerable;