System.Bindings.Expression.TBindingExpression.OnLocationUpdatedEvent

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

Delphi

property OnLocationUpdatedEvent: TBindingLocationUpdatedEvent read GetLocationUpdatedEvent write SetLocationUpdatedEvent;

C++

__property System::Bindings::Outputs::TBindingLocationUpdatedEvent OnLocationUpdatedEvent = {read=GetLocationUpdatedEvent, write=SetLocationUpdatedEvent};

プロパティ

種類 可視性 ソース ユニット
event public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression


説明

式エンジンにより出力場所が再生成されたときに発生します。

関連項目