From 04d61663ea54630c83808a01a39e1a688d8ad455 Mon Sep 17 00:00:00 2001 From: BDisp Date: Wed, 29 May 2024 01:47:16 +0100 Subject: [PATCH] Change comment to reflect what it's really doing. --- Terminal.Gui/Views/ListView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Views/ListView.cs b/Terminal.Gui/Views/ListView.cs index 24cc4d2c7..2b141db20 100644 --- a/Terminal.Gui/Views/ListView.cs +++ b/Terminal.Gui/Views/ListView.cs @@ -877,7 +877,7 @@ public class ListView : View private void ListView_LayoutStarted (object sender, LayoutEventArgs e) { EnsureSelectedItemVisible (); } /// - /// Call the event to raise when an item is added, removed, or moved, or the entire list is refreshed. + /// Call the event to raises the . /// /// protected virtual void OnCollectionChanged (NotifyCollectionChangedEventArgs e) { CollectionChanged?.Invoke (this, e); }