Class DateChangedEventArgs
Date changed event arguments.
Inheritance
System.Object
DateChangedEventArgs
Namespace: Syncfusion.XForms.Pickers
Assembly: Syncfusion.SfPicker.XForms.dll
Syntax
public class DateChangedEventArgs : EventArgs
Constructors
DateChangedEventArgs()
Declaration
public DateChangedEventArgs()
Properties
NewValue
Gets the value of NewDate.
Declaration
public object NewValue { get; }
Property Value
Type | Description |
---|---|
System.Object | The added items. |
OldValue
Gets the value of OldDate.
Declaration
public object OldValue { get; }
Property Value
Type | Description |
---|---|
System.Object | The removed items. |