Update documentation
This commit is contained in:
parent
1b9c4cfc23
commit
9721890a3c
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ namespace LibationWinForms
|
|||
* list. When filtering is removed, items in the FilterRemoved list
|
||||
* are added back to the base list.
|
||||
*
|
||||
* Remove and InsertItem are overridden to ensure that the current
|
||||
* filter remains applied when items are removed/added to the list.
|
||||
* Remove and InsertItem are overridden to ensure that the base
|
||||
* list remains synchronized with the AllItems list.
|
||||
*/
|
||||
internal class SortableFilterableBindingList : SortableBindingList<GridEntry>, IBindingListView
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue