Vcl.Dialogs.TFileDialogFolderChangingEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFileDialogFolderChangingEvent)(System::TObject* Sender, bool &CanChange);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Dialogs.hpp Vcl.Dialogs Vcl.Dialogs

Description

Event before a directory is opened or closed from the dialog.

TFileDialogFolderChangingEvent is the event that occurs just before a directory is opened or closed from the dialog. If defined, the OnFolderChanging property contains a pointer to this event.

See Also