Vcl.Dialogs.TFileOpenDialog.OnSelectionChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelectionChange: TNotifyEvent read FOnSelectionChange write FOnSelectionChange;

C++

__property OnSelectionChange;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileOpenDialog

Description

Occurs when the user changes the selection in the dialog.

Vcl.Dialogs.TFileOpenDialog.OnSelectionChange inherits from Vcl.Dialogs.TCustomFileDialog.OnSelectionChange. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.OnSelectionChange.

Occurs when the user changes the selection in the dialog.

OnSelectionChange occurs when the user changes the selection in the dialog. The DoOnSelectionChange method triggers this event.

See Also