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.Cancel to true and return true to stop processing.

protected virtual bool OnAccepting(CommandEventArgs args)

Parameters

args CommandEventArgs

Returns

bool

true to stop processing.

Remarks

See RaiseAccepting(CommandContext) for more information.