From a64e5f1f67e3e626fa2551945f783cdda208849d Mon Sep 17 00:00:00 2001 From: Paul Giron Date: Mon, 24 Aug 2020 23:18:44 +0200 Subject: [PATCH] Add systemAppearanceChangedEvent to the application event list --- docs/core-concepts/application-lifecycle.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core-concepts/application-lifecycle.md b/docs/core-concepts/application-lifecycle.md index 6739e4333..ec96c3806 100644 --- a/docs/core-concepts/application-lifecycle.md +++ b/docs/core-concepts/application-lifecycle.md @@ -153,6 +153,7 @@ NativeScript applications have the following life cycle events. + `exit`: This event is raised when the application is about to exit. + `lowMemory`: This event is raised when the memory on the target device is low. + `uncaughtError`: This event is raised when an uncaught application error is present. ++ `systemAppearanceChangedEvent`: This event is raised when the theme has changed (light/dark) {% nativescript %} ``` JavaScript