IterationEventArgs.cs 163 B

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