Data.Bind.Controls.TBindNavigatorController.OnEditingChanged

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

Delphi

property OnEditingChanged: TNotifyEvent read FOnEditingChanged write FOnEditingChanged;

C++

__property System::Classes::TNotifyEvent OnEditingChanged = {read=FOnEditingChanged, write=FOnEditingChanged};

プロパティ

種類 可視性 ソース ユニット
event public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController

説明

バインディング ナビゲータが編集モードに入ったときに発生します。


このバインディング ナビゲータが編集モードに入るたびに実行される機能をさらに定義するには、OnEditingChanged イベントのハンドラを作成します。

関連項目