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

DxPopupBase Events

Defines the base API for classes that implement popup windows.
Name Description
CloseButtonClick Obsolete. This event is now obsolete. Handle the Closing or Closed event instead.
Closed Fires after the Popup is closed.
Closing Fires before the Popup is closed.
Created Fires after the Popup is created.
Disposed Fires after the Popup is disposed.
Showing Fires before the Popup is displayed.
Shown Fires after the Popup is displayed.
VisibleChanged Fires when the Popup changes its Visible property value.
See Also