Class DateChangedEventArgs

    Definition

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

    DateChangedEventArgs is a class to notify changed DatePicker value argument which will sent to user.

    public class DateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    DateChangedEventArgs

    Properties

    View Source

    Date

    DateChangedEventArgs default constructor. The current date value of DatePicker.

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