Method OnAccepting | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnAccepting(CommandEventArgs)

Called when the user is accepting the state of the View and the Accept has been invoked. Set CommandEventArgs.Cancel totrue and return true to stop processing.

protected virtual bool OnAccepting(CommandEventArgs args)

Parameters

args CommandEventArgs

Returns

bool

true to stop processing.

Remarks

See RaiseAccepting(ICommandContext?) for more information.

Edit this page