Class NUIWatchApplication.AmbientChangedEventArgs

    Definition

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

    Event arguments that passed via ambient tick event signal.

    [Obsolete("This has been deprecated in API12")]
    public class NUIWatchApplication.AmbientChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    NUIWatchApplication.AmbientChangedEventArgs

    Constructors

    View Source

    AmbientChangedEventArgs(bool)

    Default Constructor.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public AmbientChangedEventArgs(bool changed)
    Parameters
    Type Name Description
    bool changed

    Properties

    View Source

    Changed

    Changed.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public bool Changed { get; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX