scripting:api:main-menu-handler:on-sub-menu-update

OnSubMenuUpdate

Event of IMainMenuHandler

Called before first level sub menu is displayed

Appplication.OnSubMenuUpdate = function() {
 
};
function OnSubMenuUpdate()
{
 
}
 
Appplication.OnSubMenuUpdate = OnSubMenuUpdate
HRESULT CMainMenuHandler::OnSubMenuUpdate(IMenuObject* pMenu)
{
 
}