Class ThemeChangedEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
The event arguments that hold data for the event ThemeChanged.
public class ThemeChangedEventArgs : EventArgs
- Inheritance
-
objectThemeChangedEventArgs
Constructors
View SourceThemeChangedEventArgs(string, string, bool)
Declaration
public ThemeChangedEventArgs(string themeId, string platformThemeId, bool isPlatformThemeChanged)
Parameters
| Type | Name | Description |
|---|---|---|
| string | themeId | |
| string | platformThemeId | |
| bool | isPlatformThemeChanged |
Properties
View SourceIsPlatformThemeChanged
Returns whether the event was triggered by a platform theme change. The value is true if the event is triggered by a platform theme change, otherwise false.
Declaration
public bool IsPlatformThemeChanged { get; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
View SourcePlatformThemeId
Gets the platform theme's Id.
Declaration
public string PlatformThemeId { get; }
Property Value
| Type | Description |
|---|---|
| string |
ThemeId
Gets the new theme's Id.
Declaration
public string ThemeId { get; }
Property Value
| Type | Description |
|---|---|
| string |