Skip to main content

TdxAlertWindowManager.OnClose Event

Enables you to respond to closing an alert window.

Declaration

property OnClose: TdxAlertWindowManagerNotifyEvent read; write;

Remarks

This event is fired after the alert window manager has closed an alert window and removed it from the Items collection. At this moment, the alert window is not shown on screen, and its Visible property returns False.

Sender specifies the alert window manager.

AAlertWindow specifies the closed alert window.

See Also