mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Move this to its own file and inherit from EventArgs
This commit is contained in:
@@ -1843,8 +1843,4 @@ public static partial class Application
|
||||
}
|
||||
|
||||
#endregion Keyboard handling
|
||||
}
|
||||
|
||||
/// <summary>Event arguments for the <see cref="Application.Iteration"/> event.</summary>
|
||||
public class IterationEventArgs
|
||||
{ }
|
||||
}
|
||||
5
Terminal.Gui/IterationEventArgs.cs
Normal file
5
Terminal.Gui/IterationEventArgs.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Terminal.Gui;
|
||||
|
||||
/// <summary>Event arguments for the <see cref="Application.Iteration"/> event.</summary>
|
||||
public class IterationEventArgs : EventArgs
|
||||
{ }
|
||||
Reference in New Issue
Block a user