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