IterationEventArgs.cs 168 B

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