Table of Contents

Method RaiseAccepted

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RaiseAccepted(ICommandContext?)

Raises the OnAccepted(CommandEventArgs)/Accepted event indicating an item in this menu (or submenu) was accepted. This is used to determine when to hide the menu.

protected bool? RaiseAccepted(ICommandContext? ctx)

Parameters

ctx ICommandContext

Returns

bool?