瀏覽代碼

xmldocs for SelectionChangedEventArgs constructor

tznind 4 年之前
父節點
當前提交
f5875034f7
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Terminal.Gui/Views/TreeView.cs

+ 6 - 0
Terminal.Gui/Views/TreeView.cs

@@ -547,6 +547,12 @@ namespace Terminal.Gui {
 		/// </summary>
 		/// </summary>
 		public object NewValue { get; }
 		public object NewValue { get; }
 
 
+		/// <summary>
+		/// Creates a new instance of event args describing a change of selection in <paramref name="tree"/>
+		/// </summary>
+		/// <param name="tree"></param>
+		/// <param name="oldValue"></param>
+		/// <param name="newValue"></param>
 		public SelectionChangedEventArgs(TreeView tree, object oldValue, object newValue)
 		public SelectionChangedEventArgs(TreeView tree, object oldValue, object newValue)
 		{
 		{
 			Tree = tree;
 			Tree = tree;