TdxAlertWindowManagerCaptionButtonClickEvent Type
Declaration
TdxAlertWindowManagerCaptionButtonClickEvent = procedure(Sender: TObject; AAlertWindow: TdxAlertWindow; AButton: TdxAlertWindowCaptionButton; var AHandled: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TObject |
AAlertWindow | TdxAlertWindow |
AButton | TdxAlertWindowCaptionButton |
AHandled | Boolean |
See Also