Back to Devexpress

TdxAlertWindowManager.OnHide Event

vcl-dxalertwindow-dot-tdxalertwindowmanager-3d03eecd.md

latest1.3 KB
Original Source

TdxAlertWindowManager.OnHide Event

Enables you to respond to hiding an alert window.

Declaration

delphi
property OnHide: TdxAlertWindowManagerNotifyEvent read; write;

Remarks

This event is fired after the alert window manager has finished the hiding animation for an alert window. At this moment, the alert window’s Visible and VisibilityTransition properties return False and awvtNone , respectively, but this window is still accessible via the Items collection.

Sender specifies the alert window manager.

AAlertWindow specifies the hidden alert window.

Note

The OnClose event is fired after the OnHide event.

See Also

TdxAlertWindowManagerOptionsAnimate.CollapseEmptySlots

TdxAlertWindowManager Class

TdxAlertWindowManager Members

dxAlertWindow Unit