mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
6 lines
163 B
C#
6 lines
163 B
C#
namespace Terminal.Gui;
|
|
|
|
/// <summary>Event arguments for the <see cref="Application.Iteration"/> event.</summary>
|
|
public class IterationEventArgs : EventArgs
|
|
{ }
|