Class NUIWatchApplication.AmbientChangedEventArgs
Definition
- Assembly:
- Tizen.NUI.Wearable.dll
Event arguments that passed via ambient tick event signal.
public class NUIWatchApplication.AmbientChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsNUIWatchApplication.AmbientChangedEventArgs
Constructors
View SourceAmbientChangedEventArgs(bool)
Default Constructor.
Declaration
public AmbientChangedEventArgs(bool changed)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | changed |
Properties
View SourceChanged
Changed.
Declaration
public bool Changed { get; }
Property Value
| Type | Description |
|---|---|
| bool |