Back to Devexpress

XtraBaseArgs Events

windowsforms-devexpress-dot-xtraeditors-dot-xtrabaseargs-dot-underscore-events.md

latest1.6 KB
Original Source

XtraBaseArgs Events

Exposes members common to dialogs and message boxes, whose event arguments derive from this class.

NameDescription
HtmlElementMouseClickOccurs when a user clicks any element within an HTML template.
HtmlElementMouseDownOccurs when a mouse button is pressed, and the mouse pointer is over an HTML element.
HtmlElementMouseMoveOccurs when a mouse pointer moves while over an element of an HTML-CSS template.
HtmlElementMouseOutOccurs when a mouse pointer leaves the bounds of an element within an HTML-CSS template.
HtmlElementMouseOverOccurs when a mouse pointer enters the bounds of an element within an HTML-CSS template.
HtmlElementMouseUpOccurs when a mouse button pressed over an element of an HTML-CSS template is released.
ShowingProvides access to a Form embedded into a shown object.

See Also

XtraBaseArgs Class

XtraBaseArgs Members

DevExpress.XtraEditors Namespace