Table of Contents

Method OnAccepting

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.Handled to true and return true to indicate the event was handled and processing should stop.

protected virtual bool OnAccepting(CommandEventArgs args)

Parameters

args CommandEventArgs

Returns

bool

true to stop processing.

Remarks

See RaiseAccepting(ICommandContext?) for more information.