Method RaiseAccepted
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?