Back to Devexpress

TdxAlertWindowManager.OnButtonClick Event

vcl-dxalertwindow-dot-tdxalertwindowmanager-c2ddef73.md

latest886 B
Original Source

TdxAlertWindowManager.OnButtonClick Event

Enables you to respond to custom button clicks in a specific alert window.

Declaration

delphi
property OnButtonClick: TdxAlertWindowManagerButtonClickEvent read; write;

Remarks

Sender specifies the alert window manager.

AAlertWindow specifies the alert window.

AButtonIndex identifies the custom button being clicked by its index in the OptionsButtons.Buttons collection.

See Also

TdxAlertWindowButton.Enabled

TdxAlertWindowManager Class

TdxAlertWindowManager Members

dxAlertWindow Unit