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.
C#
Copy
public class DateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args DateChanged Event Args
Properties
Declaration
C#
Copy
public DateTime Date { get; }
Property Value
Type | Description |
---|---|
System. |