Skip to main content

AgendaView Events

A view that lists appointments by day.
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.
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 users double tap on the AgendaView.
FocusChangeRequested Occurs when a focus change is requested. Inherited from VisualElement.
Focused Occurs when this element is focused. Inherited from VisualElement.
LongPress Fires when users long press on the AgendaView.
MeasureInvalidated Occurs when the current measure of an element has been invalidated. Inherited from VisualElement.
NewAppointmentButtonClicked Occurs when a user taps and releases the “New Appointment” button.
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.
Tap Fires when users tap on the AgendaView.
Unfocused Occurs when this element is unfocused. Inherited from VisualElement.
See Also