Table of Contents

Property TimedEvents

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

TimedEvents

Handles recurring events. These are invoked on the main UI thread - allowing for safe updates to View instances.

[Obsolete("The legacy static Application object is going away.")]
public static ITimedEvents? TimedEvents { get; }

Property Value

ITimedEvents

Remarks

Provides low-level access to the timeout management system. Most applications should use AddTimeout(TimeSpan, Func<bool>) and RemoveTimeout(object) instead.