Vcl.Dialogs.TCustomFileDialog.OnSelectionChange

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnSelectionChange: TNotifyEvent read FOnSelectionChange write FOnSelectionChange;

C++

__property System::Classes::TNotifyEvent OnSelectionChange = {read=FOnSelectionChange, write=FOnSelectionChange};

プロパティ

種類 可視性 ソース ユニット
event public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog


説明

ユーザーが、ダイアログ内の選択を変更した際に発生します。

OnSelectionChange は、ユーザーが、ダイアログ内の選択を変更した際に発生します。 DoOnSelectionChange メソッドが、このイベントのトリガとなります。

関連項目