Class NUIWatchApplication.TimeTickEventArgs

    Definition

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

    Event arguments that passed via time tick event signal.

    public class NUIWatchApplication.TimeTickEventArgs : EventArgs
    Inheritance
    object
    NUIWatchApplication.TimeTickEventArgs

    Constructors

    View Source

    TimeTickEventArgs(WatchTime)

    Default Constructor.

    Declaration
    public TimeTickEventArgs(WatchTime watchTime)
    Parameters
    Type Name Description
    WatchTime watchTime

    Properties

    View Source

    WatchTime

    WatchTime.

    Declaration
    public WatchTime WatchTime { get; }
    Property Value
    Type Description
    WatchTime

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX