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

XtraBaseArgs Events

Exposes members common to dialogs and message boxes, whose event arguments derive from this class.
Name Description
HtmlElementMouseClick Occurs when a user clicks any element within an HTML template.
HtmlElementMouseDown Occurs when a mouse button is pressed, and the mouse pointer is over an HTML element.
HtmlElementMouseMove Occurs when a mouse pointer moves while over an element of an HTML-CSS template.
HtmlElementMouseOut Occurs when a mouse pointer leaves the bounds of an element within an HTML-CSS template.
HtmlElementMouseOver Occurs when a mouse pointer enters the bounds of an element within an HTML-CSS template.
HtmlElementMouseUp Occurs when a mouse button pressed over an element of an HTML-CSS template is released.
Showing Provides access to a Form embedded into a shown object.
See Also