Sprache

CalendarView.DateChangeEventArgs Class

Definition

Provides data for the DateChange event.

public class CalendarView.DateChangeEventArgs : EventArgs
type CalendarView.DateChangeEventArgs = class
    inherit EventArgs
Inheritance
CalendarView.DateChangeEventArgs

Remarks

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.

Constructors

Name Description
CalendarView.DateChangeEventArgs(CalendarView, Int32, Int32, Int32)

Initializes event data supplied by the date change callback.

Properties

Name Description
DayOfMonth

Gets the day of the month supplied by the date change callback.

Month

Gets the month supplied by the date change callback.

View

Gets the view supplied by the date change callback.

Year

Gets the year supplied by the date change callback.

Applies to