Table of Contents

Event CheckedStateChanging

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Raised when the CheckBox state is changing.

public event EventHandler<ResultEventArgs<CheckState>>? CheckedStateChanging

Returns

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

Remarks

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