AlertControl Events
The component that supports displaying alert windows.
Name | Description |
---|---|
Alert |
Fires when the text of alert windows is clicked. |
Before |
Allows you to customize an alert window’s contents, size, and position before the window is displayed. |
Button |
Fires when a custom button within an alert window has been clicked. |
Button |
Fires when the pressed state of a custom check button within an alert window has been changed. |
Customize |
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. |
Form |
Fires when an alert window is about to be closed. |
Form |
Fires after an alert window has been created, and allows you to customize the window and window’s buttons. |
Get |
Allows you to set an alert window’s width. |
Html |
Occurs when a user clicks an element within an HTML-CSS template. |
Hyperlink |
|
Mouse |
Fires when the mouse pointer enters an alert window. |
Mouse |
Fires when the mouse pointer leaves an alert window. |