onAppStartEnd - event of the PmaRoot object
Description:
The event is triggered after completion of the application start, i.e. after
onAppStartBegin event and after creation of all
Pma objects (the
onStart event has already been triggered for all objects).
Parameters:
pMe | (Object) Reference to the PmaRoot object where the event rises. |
pEvent | (Object) Reference to an object describing detailed information about the specific event.
The pEvent parameter is not used here because this event does not need any additional information. |
---|
Example:
JavaScriptVBScriptSelect and copy to clipboard
pMe.Pm("/AdminUsers").Methods.InitUsers();
pMe.Pm("/AdminUsers").Methods.InitUsers