XtraMessageBoxArgs Events
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