Back to Devexpress

WorkWeekView Events

maui-devexpress-dot-maui-dot-scheduler-dot-workweekview-dot-underscore-events.md

latest5.7 KB
Original Source

WorkWeekView Events

The View that displays appointments scheduled for a specific work week.

NameDescription
BatchCommittedOccurs when a batch of property changes have been committed by calling BatchCommit(). Inherited from VisualElement.
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from BindableObject.
ChildAddedRaised whenever a child element is added to the element. Inherited from Element.
ChildRemovedRaised whenever a child element is removed from the element. Inherited from Element.
ChildrenReorderedOccurs when the order of this element’s children changes. Inherited from VisualElement.
DescendantAddedRaised whenever a child element is added to the element’s subtree. Inherited from Element.
DescendantRemovedRaised whenever a child element is removed from the elements subtree. Inherited from Element.
DoubleTapFires when users double tap on the scheduler view. Inherited from ViewBase.
FocusChangeRequestedOccurs when a focus change is requested. Inherited from VisualElement.
FocusedOccurs when this element is focused. Inherited from VisualElement.
LongPressFires when users long press on the scheduler view. Inherited from ViewBase.
MeasureInvalidatedOccurs when the current measure of an element has been invalidated. Inherited from VisualElement.
PropertyChangedOccurs when a property value changes. Inherited from BindableObject.
PropertyChangingOccurs when a property value is changing. Inherited from BindableObject.
SizeChangedOccurs when the size of an element changed. Inherited from VisualElement.
TapFires when users tap on the scheduler view. Inherited from ViewBase.
UnfocusedOccurs when this element is unfocused. Inherited from VisualElement.

See Also

WorkWeekView Class

WorkWeekView Members

DevExpress.Maui.Scheduler Namespace