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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Data.Bind.Components.TCommonBindComponent.OnAssignedValue&oldid=185924"