Data.Bind.Components.TCommonBindComponent.OnAssignedValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAssignedValue: TBindCompAssignedValueEvent read FOnAssignedValue write SetOnAssignedValue;

C++

__property TBindCompAssignedValueEvent OnAssignedValue = {read=FOnAssignedValue, write=SetOnAssignedValue};

Properties

Type Visibility Source Unit Parent
event public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCommonBindComponent

Description

Event that occurs after a value has been assigned to one of the binding expressions.

See Also