Class ThemeChangedEventArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 9
The event arguments that hold data for the event ThemeChanged.
C#Copypublic class ThemeChangedEventArgs : EventArgs
- Inheritance
-
ThemeChangedEventArgs
Constructors
Declaration
C#Copypublic ThemeChangedEventArgs(string themeId, string platformThemeId, bool isPlatformThemeChanged)
Parameters
Type | Name | Description |
---|---|---|
String | themeId | |
String | platformThemeId | |
Boolean | isPlatformThemeChanged |
Properties
Declaration
C#Copypublic bool IsPlatformThemeChanged { get; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
Declaration
C#Copypublic string PlatformThemeId { get; }
Property Value
Type | Description |
---|---|
String |
Declaration
C#Copypublic string ThemeId { get; }
Property Value
Type | Description |
---|---|
String |