onChildAppClosed
This event is called when a child app of you current app is closed. The closed app object is available under eventArgs.details in the even source code- But be aware, that this app is closed. You can access properties liek appName but you might not use saveConfigRecord or such methods on the closed app.
Example Usages
Last updated