From d4e7a8c6b3fe07b3b2d4d229c2e13d75bb437599 Mon Sep 17 00:00:00 2001 From: BDisp Date: Mon, 19 Oct 2020 04:19:46 +0100 Subject: [PATCH] Added XML Comment. --- Terminal.Gui/Views/RadioGroup.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terminal.Gui/Views/RadioGroup.cs b/Terminal.Gui/Views/RadioGroup.cs index 0972a08f3..40e2b417a 100644 --- a/Terminal.Gui/Views/RadioGroup.cs +++ b/Terminal.Gui/Views/RadioGroup.cs @@ -259,6 +259,9 @@ namespace Terminal.Gui { } } + /// + /// Allow to invoke the after their creation. + /// public void Refresh () { OnSelectedItemChanged (selected, -1);