Class ThemeChangedEventArgs

    Definition

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

    The event arguments that hold data for the event ThemeChanged.

    public class ThemeChangedEventArgs : EventArgs
    Inheritance
    object
    ThemeChangedEventArgs

    Constructors

    View Source

    ThemeChangedEventArgs(string, string, bool)

    Declaration
    public ThemeChangedEventArgs(string themeId, string platformThemeId, bool isPlatformThemeChanged)
    Parameters
    Type Name Description
    string themeId
    string platformThemeId
    bool isPlatformThemeChanged

    Properties

    View Source

    IsPlatformThemeChanged

    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
    PlatformThemeEnabled
    View Source

    PlatformThemeId

    Gets the platform theme's Id.

    Declaration
    public string PlatformThemeId { get; }
    Property Value
    Type Description
    string
    View Source

    ThemeId

    Gets the new theme's Id.

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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX