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
    DateChangedEventArgs

    Constructors

    View Source

    DateChangedEventArgs(DateTime)

    DateChangedEventArgs default constructor.

    date value of DatePicker.
    Declaration
    public DateChangedEventArgs(DateTime date)
    Parameters
    Type Name Description
    DateTime date

    Properties

    View Source

    Date

    DateChangedEventArgs default constructor. The current date value of DatePicker.

    Declaration
    public DateTime Date { 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