Class TimeChangedEventArgs

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    TimeChangedEventArgs is a class to notify changed TimePicker value argument which will sent to user.

    public class TimeChangedEventArgs : EventArgs
    Inheritance
    object
    TimeChangedEventArgs

    Constructors

    View Source

    TimeChangedEventArgs(DateTime)

    TimeChangedEventArgs default constructor.

    time value of TimePicker.
    Declaration
    public TimeChangedEventArgs(DateTime time)
    Parameters
    Type Name Description
    DateTime time

    Properties

    View Source

    Time

    TimeChangedEventArgs default constructor. The current time value of TimePicker.

    Declaration
    public DateTime Time { get; }
    Property Value
    Type Description
    DateTime

    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