Class NUIWatchApplication.AmbientTickEventArgs

Definition

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

Event arguments that passed via ambient tick event signal.

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

Constructors

View Source

AmbientTickEventArgs(WatchTime)

Default Constructor.

Declaration
C#
Copy
public AmbientTickEventArgs(WatchTime watchTime)
Parameters
Type Name Description
WatchTime watchTime

Properties

View Source

WatchTime

WatchTime.

Declaration
C#
Copy
public WatchTime WatchTime { get; }
Property Value
Type Description
WatchTime