Table of Contents

Property Callback

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

Callback

Gets or sets the function to invoke when the timeout expires.

public Func<bool> Callback { get; set; }

Property Value

Func<bool>

A Func<TResult> delegate. If the callback returns true, the timeout will be rescheduled and invoked again after the same interval. If the callback returns false, the timeout will be removed and not invoked again.