Vcl.Dialogs.TCustomTaskDialog.OnDialogDestroyed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDialogDestroyed: TNotifyEvent read FOnDialogDestroyed write FOnDialogDestroyed;

C++

__property System::Classes::TNotifyEvent OnDialogDestroyed = {read=FOnDialogDestroyed, write=FOnDialogDestroyed};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Description

Task dialog destruction event.

OnDialogDestroyed is the Task Dialog destroy event.