Browse Source

Added XML Comment.

BDisp 4 năm trước cách đây
mục cha
commit
d4e7a8c6b3
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Terminal.Gui/Views/RadioGroup.cs

+ 3 - 0
Terminal.Gui/Views/RadioGroup.cs

@@ -259,6 +259,9 @@ namespace Terminal.Gui {
 			}
 		}
 
+		/// <summary>
+		/// Allow to invoke the <see cref="SelectedItemChanged"/> after their creation.
+		/// </summary>
 		public void Refresh ()
 		{
 			OnSelectedItemChanged (selected, -1);