Data.Bind.Components.TCommonBindComponent.OnAssignedValue
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCommonBindComponent |
Delphi
property OnAssignedValue: TBindCompAssignedValueEvent read FOnAssignedValue write SetOnAssignedValue;
C++
__property TBindCompAssignedValueEvent OnAssignedValue = {read=FOnAssignedValue, write=SetOnAssignedValue};
Description
Event that occurs after a value has been assigned to one of the binding expressions.