Sfoglia il codice sorgente

Added XML Comment.

BDisp 4 anni fa
parent
commit
d4e7a8c6b3
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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);