Property TimedEvents
TimedEvents
Handles recurring events. These are invoked on the main UI thread - allowing for safe updates to View instances.
ITimedEvents? TimedEvents { get; }
Property Value
Remarks
Provides low-level access to the timeout management system. Most applications should use AddTimeout(TimeSpan, Func<bool>) and RemoveTimeout(object) instead.