Table of Contents

Property Span

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

Span

Gets or sets the time interval to wait before invoking the Callback.

public virtual TimeSpan Span { get; set; }

Property Value

TimeSpan

A TimeSpan representing the delay before the callback is invoked. If the timeout is rescheduled (i.e., Callback returns true), this interval is used again.