Table of Contents

Property Handled

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

Handled

Gets or sets a value indicating whether the mouse event was handled.

public bool Handled { get; set; }

Property Value

bool

Remarks

Set this to true to prevent the event from being processed by other views.