scripting:api:uievents:on-uicreate

onUICreate

Event of IUIEvents

Called when it is safe to create an additional UI

Appplication.onUICreate = function() {
 
};
function onUICreate()
{
 
}
 
Appplication.onUICreate = onUICreate
HRESULT CUIEvents::onUICreate()
{
 
}