Files
Terminal.Gui/Terminal.Gui/Application/IterationEventArgs.cs

6 lines
163 B
C#

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