Skip to main content

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