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

TdxAlertWindowManager Events

An alert window manager.
Name Description
OnBeforeShow Enables you to adjust an alert window‘s settings before this window is shown on screen via the Show method call.
OnButtonClick Enables you to respond to custom button clicks in a specific alert window.
OnCaptionButtonClick Enables you to respond to caption button clicks in a specific alert window.
OnClick Enables you to respond to alert window clicks.
OnClose Enables you to respond to closing an alert window.
OnCustomDrawBackground Enables you to custom paint an alert window‘s background.
OnCustomDrawButton Enables you to custom paint an alert window‘s buttons, including caption buttons, navigation panel buttons, and custom buttons.
OnCustomDrawMessageCaptionText Enables you to custom paint an alert window‘s message caption text.
OnCustomDrawMessageImage Enables you to custom paint an alert window‘s message image.
OnCustomDrawMessageText Enables you to custom paint an alert window‘s message text.
OnCustomDrawNavigationPanelText Enables you to custom paint an alert window‘s navigation panel text.
OnDragBegin Enables you to prohibit performing a drag-and-drop operation with an alert window.
OnDragEnd Enables you to respond to completing a drag-and-drop operation with an alert window (dropping it).
OnDragMove Enables you to respond to moving an alert window during a drag-and-drop operation (dragging the window).
OnHide Enables you to respond to hiding an alert window.
OnHyperlinkClick Allows you to handle a click on a hyperlink displayed in an alert window.
OnInitialize Enables you to customize an alert window‘s options and contents before this window is shown on screen via the Show method call.
OnMeasureMessageText Enables you to dynamically adjust the size of an alert window‘s message text area.
OnMouseDown Enables you to perform custom actions when an end-user presses a mouse button and the mouse pointer is located over an alert window‘s area.
OnMouseEnter Enables you to perform custom actions when an end-user moves the mouse pointer into an alert window‘s area.
OnMouseLeave Enables you to perform custom actions when an end-user moves the mouse pointer outside an alert window‘s area.
OnMouseMove Enables you to perform custom actions when an end-user moves the mouse pointer within an alert window‘s area.
OnMouseUp Enables you to perform custom actions when an end-user releases a mouse button and the mouse pointer is located over an alert window‘s area.
OnShow Enables you to respond to showing an alert window.
See Also