Android.App.DatePickerDialog.OnDateChanged Method
Called upon a date change.

Syntax

[Android.Runtime.Register("onDateChanged", "(Landroid/widget/DatePicker;III)V", "GetOnDateChanged_Landroid_widget_DatePicker_IIIHandler")]
public virtual void OnDateChanged (Android.Widget.DatePicker view, int year, int month, int day)

Parameters

view
The view associated with this listener.
year
The year that was set.
month
The month that was set (0-11) for compatibility with Java.Util.Calendar.
day
The day of the month that was set.

Remarks

Called upon a date change.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1