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
    System.EventArgs
    TimeChangedEventArgs

    Properties

    View Source

    Time

    TimeChangedEventArgs default constructor. The current time value of TimePicker.

    Declaration
    public DateTime Time { get; }
    Property Value
    Type Description
    System.DateTime
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX