Class DateChangedEventArgs

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

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

C#
Copy
public class DateChangedEventArgs : EventArgs
Inheritance
System.Object
DateChangedEventArgs

Properties

View Source

Date

DateChangedEventArgs default constructor. The current date value of DatePicker.

Declaration
C#
Copy
public DateTime Date { get; }
Property Value
Type Description
System.DateTime
API Level: 9