Table of Contents

Method RaiseAccepted

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RaiseAccepted(ICommandContext?)

Raises the OnAccepted(CommandEventArgs)/Accepted event indicating a menu (or submenu) was accepted and the Menus in the PopoverMenu were hidden. Use this to determine when to hide the PopoverMenu.

protected bool? RaiseAccepted(ICommandContext? ctx)

Parameters

ctx ICommandContext

Returns

bool?