Table of Contents

Method OnCheckedStateChanging

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

OnCheckedStateChanging(ResultEventArgs<CheckState>)

Called when the CheckBox state is changing.

protected virtual bool OnCheckedStateChanging(ResultEventArgs<CheckState> args)

Parameters

args ResultEventArgs<CheckState>

Returns

bool

Remarks

The state change can be cancelled by setting the args.Cancel to true.