Vcl.Dialogs.TCustomTaskDialog.OnDialogCreated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDialogCreated: TNotifyEvent read FOnDialogCreated write FOnDialogCreated;

C++

__property System::Classes::TNotifyEvent OnDialogCreated = {read=FOnDialogCreated, write=FOnDialogCreated};

Properties

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

Description

Task Dialog creation event.

OnDialogCreated is the Task Dialog creation event.