Class ThemeChangedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

The event arguments that hold data for the event ThemeChanged.

C#
Copy
public class ThemeChangedEventArgs : EventArgs
Inheritance
object
System.EventArgs
ThemeChangedEventArgs

Properties

View Source

ThemeId

The new theme's Id.

Declaration
C#
Copy
public string ThemeId { get; }
Property Value
Type Description
string