Data.Bind.Components.TBindComponentDelegate.OnAssignedValue
Delphi
property OnAssignedValue: TBindCompAssignedValueEvent read GetOnAssignedValue write SetOnAssignedValue;
C++
__property TBindCompAssignedValueEvent OnAssignedValue = {read=GetOnAssignedValue, write=SetOnAssignedValue};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBindComponentDelegate |
説明
式が評価されてオブジェクト メンバに値が代入された後に発生するイベントです。