Back to Devexpress

TdxAlertWindowManager.OnClose Event

vcl-dxalertwindow-dot-tdxalertwindowmanager-4c25970e.md

latest1.0 KB
Original Source

TdxAlertWindowManager.OnClose Event

Enables you to respond to closing an alert window.

Declaration

delphi
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

TdxAlertWindowManager.OnHide

TdxAlertWindowManagerOptionsAnimate.CollapseEmptySlots

TdxAlertWindowManager Class

TdxAlertWindowManager Members

dxAlertWindow Unit