[ComponentBased] Add TimeZoneChanged EventHandler (#5537)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Mon, 11 Sep 2023 04:17:59 +0000 (13:17 +0900)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 04:17:59 +0000 (13:17 +0900)
commitcfc9af9eaa8fcd711734afdff7737ddb77e4b32a
treec380a0bc3bf5f4e0c531d7ad6910fe471f2339b3
parent6ea8d543ad8da6030461cfe1d1b06c1ac82ea965
[ComponentBased] Add TimeZoneChanged EventHandler (#5537)

This patch adds the TimeZoneChanged EventHandler. The component-based
application can monitors the time zone changed event using the event handler.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.ComponentBased/Interop/Interop.CBApplication.cs
src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/BaseComponent.cs
src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ComponentStateManger.cs
src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/FrameComponentStateManager.cs
src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ServiceComponentStateManager.cs
src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/WidgetComponentStateManager.cs