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