Back to Devexpress

AlertControl Events

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-dot-underscore-events.md

latest2.7 KB
Original Source

AlertControl Events

The component that supports displaying alert windows.

NameDescription
AlertClickFires when the text of alert windows is clicked.
BeforeFormShowAllows you to customize an alert window’s contents, size, and position before the window is displayed.
ButtonClickFires when a custom button within an alert window has been clicked.
ButtonDownChangedFires when the pressed state of a custom check button within an alert window has been changed.
CustomizeHtmlTemplateAllows you to dynamically customize elements of alert windows rendered from HTML-CSS templates.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FormClosingFires when an alert window is about to be closed.
FormLoadFires after an alert window has been created, and allows you to customize the window and window’s buttons.
GetDesiredAlertFormWidthAllows you to set an alert window’s width.
HtmlElementMouseClickOccurs when a user clicks an element within an HTML-CSS template.
HyperlinkClick
MouseFormEnterFires when the mouse pointer enters an alert window.
MouseFormLeaveFires when the mouse pointer leaves an alert window.

See Also

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace