CalendarView.IOnDateChangeListener.OnSelectedDayChange Method

Definition

Called upon change of the selected day.

[Android.Runtime.Register("onSelectedDayChange", "(Landroid/widget/CalendarView;III)V", "GetOnSelectedDayChange_Landroid_widget_CalendarView_IIIHandler:Android.Widget.CalendarView/IOnDateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnSelectedDayChange (Android.Widget.CalendarView view, int year, int month, int dayOfMonth);
[<Android.Runtime.Register("onSelectedDayChange", "(Landroid/widget/CalendarView;III)V", "GetOnSelectedDayChange_Landroid_widget_CalendarView_IIIHandler:Android.Widget.CalendarView/IOnDateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnSelectedDayChange : Android.Widget.CalendarView * int * int * int -> unit

Parameters

view
CalendarView

The view associated with this listener.

year
Int32

The year that was set.

month
Int32

The month that was set [0-11].

dayOfMonth
Int32

The day of the month that was set.

Attributes

Remarks

Called upon change of the selected day.

Java documentation for android.widget.CalendarView.OnDateChangeListener.onSelectedDayChange(android.widget.CalendarView, int, int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to