Appplication.onUICreate = function() {
};
==== Visual Basic Script ====
function onUICreate()
{
}
Appplication.onUICreate = onUICreate
==== C++ ====
HRESULT CUIEvents::onUICreate()
{
}
===== See Also =====
[[:scripting:api:uievents:start|IUIEvents]]
~~NOTOC~~