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

    Whether this event is trigger by platform theme change.

    Declaration
    public bool IsPlatformThemeChanged { get; }
    Property Value
    Type Description
    bool
    See Also
    PlatformThemeEnabled
    View Source

    PlatformThemeId

    The platform theme's Id.

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

    ThemeId

    The new theme's Id.

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

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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