Class ThemeChangedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
9

The event arguments that hold data for the event ThemeChanged.

C#
Copy
public class ThemeChangedEventArgs : EventArgs
Inheritance
ThemeChangedEventArgs

Constructors

View Source

ThemeChangedEventArgs(String, String, Boolean)

Declaration
C#
Copy
public ThemeChangedEventArgs(string themeId, string platformThemeId, bool isPlatformThemeChanged)
Parameters
Type Name Description
String themeId
String platformThemeId
Boolean isPlatformThemeChanged

Properties

View Source

IsPlatformThemeChanged

Whether this event is trigger by platform theme change.

Declaration
C#
Copy
public bool IsPlatformThemeChanged { get; }
Property Value
Type Description
Boolean
View Source

PlatformThemeId

The platform theme's Id.

Declaration
C#
Copy
public string PlatformThemeId { get; }
Property Value
Type Description
String
View Source

ThemeId

The new theme's Id.

Declaration
C#
Copy
public string ThemeId { get; }
Property Value
Type Description
String
API Level: 9

Extension Methods