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

XtraMessageBoxArgs Events
Show Inherited Hide Inherited

Arguments that should be passed to the Show(XtraMessageBoxArgs) method to customize the shown XtraMessageBox.
Name Description
Closed Occurs when an XtraMessageBox closes.
HtmlElementMouseClick Occurs when a user clicks any element within an HTML template. Inherited from XtraBaseArgs.
HtmlElementMouseDown Occurs when a mouse button is pressed, and the mouse pointer is over an HTML element. Inherited from XtraBaseArgs.
HtmlElementMouseMove Occurs when a mouse pointer moves while over an element of an HTML-CSS template. Inherited from XtraBaseArgs.
HtmlElementMouseOut Occurs when a mouse pointer leaves the bounds of an element within an HTML-CSS template. Inherited from XtraBaseArgs.
HtmlElementMouseOver Occurs when a mouse pointer enters the bounds of an element within an HTML-CSS template. Inherited from XtraBaseArgs.
HtmlElementMouseUp Occurs when a mouse button pressed over an element of an HTML-CSS template is released. Inherited from XtraBaseArgs.
HyperlinkClick Fires when a hyperlink is clicked.
Load Occurs before an XtraMessageBox is created.
Showing Provides access to a Form embedded into a shown object. Inherited from XtraBaseArgs.
See Also