Table of Contents

Property IdleHandlers

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IdleHandlers

Gets a copy of the list of all idle handlers.

public ReadOnlyCollection<Func<bool>> IdleHandlers { get; }

Property Value

ReadOnlyCollection<Func<bool>>