Table of Contents

Event CheckedStateChanging

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Raised when the CheckBox state is changing.

public event EventHandler<CancelEventArgs<CheckState>>? CheckedStateChanging

Returns

EventHandler<CancelEventArgs<CheckState>>
Raised when the state is changing.

Remarks

This event can be cancelled. If cancelled, the CheckBox will not change its state.