Table of Contents

Property Handled

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Handled

Indicates if the current Key event has already been processed and the driver should stop notifying any other event subscriber. It's important to set this value to true specially when updating any View's layout from inside the subscriber method.

public bool Handled { get; set; }

Property Value

bool