Data.Bind.Components.TBindGridList.OnAssignedValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAssignedValue: TBindCompAssignedValueEvent read FOnAssignedValue write SetOnAssignedValue;

C++

__property OnAssignedValue;

Properties

Type Visibility Source Unit Parent
event published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindGridList

Description

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

Data.Bind.Components.TBindGridList.OnAssignedValue inherits from Data.Bind.Components.TCommonBindComponent.OnAssignedValue. All content below this line refers to Data.Bind.Components.TCommonBindComponent.OnAssignedValue.

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

See Also