Bug in FilteredBindingList

Bug in FilteredBindingList

Old forum URL: forums.lhotka.net/forums/t/1971.aspx


tetranz posted on Wednesday, December 13, 2006

Hi Rocky

In FilteredBindingList, both C# and VB. In the SourceChanged method where it is dealing with a ListChangedType.ItemChanged event, it uses e.OldIndex. I think that should be e.NewIndex.

SortedBindingList is correct.

Cheers
Ross

RockfordLhotka replied on Wednesday, December 13, 2006

Thanks Ross, I've now fixed this in cvs so it will be in 2.1.2.

Copyright (c) Marimer LLC