Constructor MenuClosingEventArgs
MenuClosingEventArgs(MenuBarItem, bool, bool)
Initializes a new instance of MenuClosingEventArgs.
public MenuClosingEventArgs(MenuBarItem currentMenu, bool reopen, bool isSubMenu)
Parameters
currentMenu
MenuBarItemThe current MenuBarItem parent.
reopen
boolWhether the current menu will reopen.
isSubMenu
boolIndicates whether it is a sub-menu.