namespace Terminal.Gui.App; /// <summary>Event arguments for the <see cref="IApplication.Iteration"/> event.</summary> public class IterationEventArgs : EventArgs { }