Skip to main content

TdxAlertWindowManager.OnShow Event

Enables you to respond to showing an alert window.

Declaration

property OnShow: TdxAlertWindowManagerNotifyEvent read; write;

Remarks

This event is fired after the alert window manager has finished the showing animation for an alert window. At this moment, the alert window’s Visible and VisibilityTransition properties return True and awvtNone, respectively.

Sender specifies the alert window manager.

AAlertWindow specifies the alert window shown.

Note

The OnShow event is fired after the OnBeforeShow event.

See Also