Data.Bind.Components.TBindComponentDelegate.OnAssignedValue
Delphi
property OnAssignedValue: TBindCompAssignedValueEvent read GetOnAssignedValue write SetOnAssignedValue;
C++
__property TBindCompAssignedValueEvent OnAssignedValue = {read=GetOnAssignedValue, write=SetOnAssignedValue};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | public | Data.Bind.Components.pas Data.Bind.Components.hpp | Data.Bind.Components | TBindComponentDelegate | 
Description
Event that occurs after an expression has been evaluated and has assigned a value to an object member.