Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAlertWindowManager.OnInitialize Event

In This Article

Enables you to customize an alert window‘s options and contents before this window is shown on screen via the Show method call.

#Declaration

Delphi
property OnInitialize: TdxAlertWindowManagerNotifyEvent read; write;

#Remarks

This event is fired after the alert window manager has fully initialized an alert window with default settings, before calculating the window size and pop-up position and making this window visible on screen. For more information on initialized window settings, refer to the TdxAlertWindowManager.Show method description.

Sender specifies the alert window manager.

AAlertWindow specifies the alert window being initialized.

Note

The OnInitialize event is fired before the OnBeforeShow event.

See Also