Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXPopup Events
Show Inherited Hide Inherited

A popup view that you can attach to any view on the screen or show as a separate dialog.
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.
Closed Occurs after the pop-up view closes. Inherited from DXPopupBase.
Closing Occurs before the pop-up view closes and allows you to prevent the action. Inherited from DXPopupBase.
ClosingAnimationCompleted Occurs after the pop-up view closing animation completes. Inherited from DXPopupBase.
ClosingAnimationStarting Occurs before the pop-up view closing animation starts. Inherited from DXPopupBase.
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.
FocusChangeRequested Occurs when a focus change is requested. Inherited from VisualElement.
Focused Occurs when this element is focused. Inherited from VisualElement.
MeasureInvalidated Occurs when the current measure of an element has been invalidated. Inherited from VisualElement.
Opened Occurs after the pop-up view appears. Inherited from DXPopupBase.
Opening Occurs before the pop-up view appears and allows you to prevent the action. Inherited from DXPopupBase.
OpeningAnimationCompleted Occurs after the pop-up view opening animation completes. Inherited from DXPopupBase.
OpeningAnimationStarting Occurs before the pop-up view opening animation starts. Inherited from DXPopupBase.
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.
Unfocused Occurs when this element is unfocused. Inherited from VisualElement.
See Also