瀏覽代碼

Change comment to reflect what it's really doing.

BDisp 1 年之前
父節點
當前提交
04d61663ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/Views/ListView.cs

+ 1 - 1
Terminal.Gui/Views/ListView.cs

@@ -877,7 +877,7 @@ public class ListView : View
 
     private void ListView_LayoutStarted (object sender, LayoutEventArgs e) { EnsureSelectedItemVisible (); }
     /// <summary>
-    /// 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 <see cref="CollectionChanged"/>.
     /// </summary>
     /// <param name="e"></param>
     protected virtual void OnCollectionChanged (NotifyCollectionChangedEventArgs e) { CollectionChanged?.Invoke (this, e); }