XtraBaseArgs Events
Exposes members common to dialogs and message boxes, whose event arguments derive from this class.
Name | Description |
---|---|
Html |
Occurs when a user clicks any element within an HTML template. |
Html |
Occurs when a mouse button is pressed, and the mouse pointer is over an HTML element. |
Html |
Occurs when a mouse pointer moves while over an element of an HTML-CSS template. |
Html |
Occurs when a mouse pointer leaves the bounds of an element within an HTML-CSS template. |
Html |
Occurs when a mouse pointer enters the bounds of an element within an HTML-CSS template. |
Html |
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