Class NUIWatchApplication.AmbientChangedEventArgs

Definition

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

Event arguments that passed via ambient tick event signal.

C#
Copy
public class AmbientChangedEventArgs : EventArgs
Inheritance
System.Object
NUIWatchApplication.AmbientChangedEventArgs

Constructors

View Source

AmbientChangedEventArgs(Boolean)

Default Constructor.

Declaration
C#
Copy
public AmbientChangedEventArgs(bool changed)
Parameters
Type Name Description
Boolean changed

Properties

View Source

Changed

Changed.

Declaration
C#
Copy
public bool Changed { get; }
Property Value
Type Description
Boolean