Data.Bind.Components.TBindExprItems.OnAssigningValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAssigningValue;

C++

__property OnAssigningValue;

Properties

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

Description

Event that occurs before assigning a value to one of the binding expressions.

Data.Bind.Components.TBindExprItems.OnAssigningValue inherits from Data.Bind.Components.TCommonBindComponent.OnAssigningValue. All content below this line refers to Data.Bind.Components.TCommonBindComponent.OnAssigningValue.

Event that occurs before assigning a value to one of the binding expressions.

See Also