Table of Contents

Method DefaultAcceptHandler

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

DefaultAcceptHandler(ICommandContext?)

Called when the user is accepting the state of the View and Accept has been invoked.

public bool? DefaultAcceptHandler(ICommandContext? ctx)

Parameters

ctx ICommandContext

The command context.

Returns

bool?

true if the command was handled; otherwise, false.