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
System.Object
ThemeChangedEventArgs

Properties

View Source

ThemeId

The new theme's Id.

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