Skip to main content
A newer version of this page is available. .

AlertControl Events

The component that supports displaying alert windows.
Name Description
AlertClick Fires when the text of alert windows is clicked.
BeforeFormShow Fires before displaying an alert window and allows it to be customized.
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.
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.
MouseFormEnter Fires when the mouse pointer enters an alert window.
MouseFormLeave Fires when the mouse pointer leaves an alert window.
See Also