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

TdxAlertWindowManager.OnHide Event

Enables you to respond to hiding an alert window.

Declaration

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