Table of Contents

Property Cancel

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Cancel

Flag that allows the cancellation of the event. If set to true in the event handler, the event will be canceled.

public bool Cancel { get; set; }

Property Value

bool