Ver Fonte

Added XML Comment.

BDisp há 4 anos atrás
pai
commit
d4e7a8c6b3
1 ficheiros alterados com 3 adições e 0 exclusões
  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 ()
 		public void Refresh ()
 		{
 		{
 			OnSelectedItemChanged (selected, -1);
 			OnSelectedItemChanged (selected, -1);