IterationEventArgs.cs 167 B

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