API:Data.Bind.Components.TBindExprItems.OnActivated

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

Delphi

property OnActivated: TNotifyEvent read FOnActivated write SetOnActivated;

C++

__property OnActivated;

プロパティ

種類 可視性 ソース ユニット
event published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindExprItems

説明

バインディング式がアクティブになったときに発生するイベントです。

Data.Bind.Components.TBindExprItems.OnActivated は Data.Bind.Components.TCommonBindComponent.OnActivated を継承しています。以下の内容はすべて Data.Bind.Components.TCommonBindComponent.OnActivated を参照しています。

バインディング式がアクティブになったときに発生するイベントです。

関連項目