Data.Bind.Controls.TBindNavigatorController.OnEditingChanged
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 イベントのハンドラを作成します。