Added XML Comment.

This commit is contained in:
BDisp
2020-10-19 04:19:46 +01:00
parent 4073019554
commit d4e7a8c6b3

View File

@@ -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);