Data.Bind.Components.TBindCompAssigningValueEvent

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

C++

typedef void __fastcall (__closure *TBindCompAssigningValueEvent)(System::TObject* Sender, const System::Bindings::Outputs::TBindingAssignValueRec &AssignValueRec, System::Rtti::TValue &Value, bool &Handled);

プロパティ

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


説明

すべての OnAssigningValue イベントによって使用される手続き型。

パラメータ 説明
Sender イベント呼び出しを行ったオブジェクトを指定します。
AssignValueRec バインディング出力ペア(バインディング式、出力オブジェクト、プロパティ)が含まれているレコードを指定します。
Value 割り当て値を指定します。
Handled バインディング式が処理されたかどうかを指定します。

関連項目