BetterExplorer.PieChart.Legend.BoundCollectionChanged C# (CSharp) Method

BoundCollectionChanged() private method

Handles events which are raised when the bound collection changes (i.e. items added/removed)
private BoundCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
return void
        private void BoundCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
        {
            RefreshView();
            ObserveBoundCollectionChanges();
        }