Filtered..BindingList.SourceChanged

Filtered..BindingList.SourceChanged

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


jh72i posted on Friday, November 28, 2008

default:
DoFilter();
OnListChanged(new ListChangedEventArgs(ListChangedType.Reset, 0));
break;
}

why is onListChanged called again when it is already called in the DoFilter() method - is this just an oversight or am i missing something important?

thanks

JoeFallon1 replied on Saturday, November 29, 2008

Not sure.

But at this time it no longer matters as FilteredBindingList and SortedBindingList are effectively obsolete now that LINQ is available. They only still exist for backward compatibility. I doubt Rocky would change them now.

Joe

 

 

Copyright (c) Marimer LLC