Xamarin.Forms.DateChangedEventArgs Members

The members of Xamarin.Forms.DateChangedEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Creates a new Xamarin.Forms.DateChangedEventArgs object that represents a change from oldDate to newDate.

Public Properties

[read-only]
NewDateDateTime. The date that the user entered.
[read-only]
OldDateDateTime. The date that was on the element at the time that the user selected it.