RunnableEventArgs.cs 275 B

12345
  1. namespace Terminal.Gui.App;
  2. // Note: IRunnable lifecycle events (Starting, Started, Stopping, Stopped, Initializing, Initialized)
  3. // use standard EventArgs or System.ComponentModel.CancelEventArgs.
  4. // No custom event args are needed for the simplified IRunnable interface.