Data.Bind.Components.TCommonBindComponent.OnAssignedValue
Delphi
property OnAssignedValue: TBindCompAssignedValueEvent read FOnAssignedValue write SetOnAssignedValue;
C++
__property TBindCompAssignedValueEvent OnAssignedValue = {read=FOnAssignedValue, write=SetOnAssignedValue};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCommonBindComponent |
説明
値をバインディング式の 1 つに割り当てた後に発生するイベント。