Skip to main content

DateEdit Events

An editor that displays a date in a specific format. Users can select a date within a cross-platform customizable or platform-specific native date picker.
Name Description
BatchCommitted Occurs when a batch of property changes have been committed by calling BatchCommit(). Inherited from VisualElement.
BindingContextChanged Occurs when the value of the BindingContext property changes. Inherited from BindableObject.
ChildAdded Raised whenever a child element is added to the element. Inherited from Element.
ChildRemoved Raised whenever a child element is removed from the element. Inherited from Element.
ChildrenReordered Occurs when the order of this element’s children changes. Inherited from VisualElement.
ClearIconClicked Occurs when a user taps the clear icon. Inherited from EditBase.
Completed Occurs when a user taps the ‘Return’ button of the keyboard. Inherited from EditBase.
DateChanged Fires when the Date property value changes.
DateIconClicked Fires when the date icon is clicked.
DescendantAdded Raised whenever a child element is added to the element’s subtree. Inherited from Element.
DescendantRemoved Raised whenever a child element is removed from the elements subtree. Inherited from Element.
DoubleTap Fires when the user double taps the editor. Inherited from EditBase.
EndIconClicked Occurs when a user taps the trailing icon. Inherited from EditBase.
ErrorIconClicked Occurs when a user taps the error icon. Inherited from EditBase.
Focused Occurs when this element is focused. Inherited from VisualElement.
LongPress Fires when the user presses and holds the editor. Inherited from EditBase.
MeasureInvalidated Occurs when the current measure of an element has been invalidated. Inherited from VisualElement.
PickerCustomDayCellAppearance Allows you to customize days in the default picker.
PickerCustomDayOfWeekCellAppearance Allows you to customize days of the week in the default picker.
PickerCustomMonthCellAppearance Allows you to customize months in the default picker.
PickerCustomYearCellAppearance Allows you to customize years in the default picker.
PickerDisableDate Allows you to disable a specific date in the default picker.
PropertyChanged Occurs when a property value changes. Inherited from BindableObject.
PropertyChanging Occurs when a property value is changing. Inherited from BindableObject.
SizeChanged Occurs when the size of an element changed. Inherited from VisualElement.
StartIconClicked Occurs when a user taps the leading icon. Inherited from EditBase.
Tap Fires when the user taps the editor. Inherited from EditBase.
Unfocused Occurs when this element is unfocused. Inherited from VisualElement.
See Also