Skip to main content

AlertControl Events

The component that supports displaying alert windows.
Name Description
AlertClick Fires when the text of alert windows is clicked.
BeforeFormShow Allows you to customize an alert window’s contents, size, and position before the window is displayed.
ButtonClick Fires when a custom button within an alert window has been clicked.
ButtonDownChanged Fires when the pressed state of a custom check button within an alert window has been changed.
CustomizeHtmlTemplate Allows you to dynamically customize elements of alert windows rendered from HTML-CSS templates.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FormClosing Fires when an alert window is about to be closed.
FormLoad Fires after an alert window has been created, and allows you to customize the window and window’s buttons.
GetDesiredAlertFormWidth Allows you to set an alert window’s width.
HtmlElementMouseClick Occurs when a user clicks an element within an HTML-CSS template.
HyperlinkClick
MouseFormEnter Fires when the mouse pointer enters an alert window.
MouseFormLeave Fires when the mouse pointer leaves an alert window.
See Also