Property ResponseReceived | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ResponseReceived

Invoked when the console responds with an ANSI response code that matches theTerminator

public required Action<string?> ResponseReceived { get; init; }

Property Value

Action<string>

Edit this page