Back to Devexpress

DXPopupOptionSheet Events

maui-devexpress-dot-maui-dot-controls-dot-dxpopupoptionsheet-dot-underscore-events.md

latest6.9 KB
Original Source

DXPopupOptionSheet Events

A pop-up option sheet view that you can attach to any view on the screen or show as a separate dialog.

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.
ClosedOccurs after the pop-up view closes. Inherited from DXPopupBase.
ClosingOccurs before the pop-up view closes and allows you to prevent the action. Inherited from DXPopupBase.
ClosingAnimationCompletedOccurs after the pop-up view closing animation completes. Inherited from DXPopupBase.
ClosingAnimationStartingOccurs before the pop-up view closing animation starts. Inherited from DXPopupBase.
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.
FocusChangeRequestedOccurs when a focus change is requested. Inherited from VisualElement.
FocusedOccurs when this element is focused. Inherited from VisualElement.
MeasureInvalidatedOccurs when the current measure of an element has been invalidated. Inherited from VisualElement.
OpenedOccurs after the pop-up view appears. Inherited from DXPopupBase.
OpeningOccurs before the pop-up view appears and allows you to prevent the action. Inherited from DXPopupBase.
OpeningAnimationCompletedOccurs after the pop-up view opening animation completes. Inherited from DXPopupBase.
OpeningAnimationStartingOccurs before the pop-up view opening animation starts. Inherited from DXPopupBase.
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.
UnfocusedOccurs when this element is unfocused. Inherited from VisualElement.

See Also

DXPopupOptionSheet Class

DXPopupOptionSheet Members

DevExpress.Maui.Controls Namespace