DatePicker.DateChangedEventArgs Class

Definition

Provides data for date picker+ date changed events.

public class DatePicker.DateChangedEventArgs : EventArgs
type DatePicker.DateChangedEventArgs = class
    inherit EventArgs
Inheritance
DatePicker.DateChangedEventArgs

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
DatePicker.DateChangedEventArgs(Int32, Int32, Int32)

Initializes event data supplied by the date changed callback.

Properties

Name Description
DayOfMonth

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

MonthOfYear

Gets the zero-based month supplied by the date changed callback.

Year

Gets the year supplied by the date changed callback.

Applies to