Data.Bind.Components.TBindComponentDelegate.OnActivated

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

Delphi

property OnActivated: TNotifyEvent read GetOnActivated write SetOnActivated;

C++

__property System::Classes::TNotifyEvent OnActivated = {read=GetOnActivated, write=SetOnActivated};

プロパティ

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


説明

このデリゲート ラッパーのバインディング式がアクティブになったときに発生するイベントです。

関連項目