Table of Contents

Event Toggled

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Toggled event, raised when the CheckBox is toggled.

public event Action<bool> Toggled

Returns

Action<bool>
Toggled event, raised when the is toggled.

Remarks

Client code can hook up to this event, it is raised when the CheckBox is activated either with the mouse or the keyboard. The passed bool contains the previous state.