浏览代码

Fixed API doc

Tig 1 年之前
父节点
当前提交
76422667c1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Terminal.Gui/Views/TextField.cs

+ 2 - 2
Terminal.Gui/Views/TextField.cs

@@ -1103,8 +1103,8 @@ public class TextField : View
     }
 
     /// <summary>Virtual method that invoke the <see cref="TextChanging"/> event if it's defined.</summary>
-    /// <param name="newText">The new text to be replaced.</param>
-    /// <returns>The event arguments.</returns>
+    /// <param name="args">The event arguments..</param>
+    /// <returns><see langword="true"/> if the event was cancelled.</returns>
     public bool OnTextChanging (CancelEventArgs<string> args)
     {
         TextChanging?.Invoke (this, args);