Class NUIWatchApplication.TimeTickEventArgs

Definition

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

Event arguments that passed via time tick event signal.

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

Constructors

View Source

TimeTickEventArgs(WatchTime)

Default Constructor.

Declaration
C#
Copy
public TimeTickEventArgs(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