System.Bindings.Outputs.TBindingOutput.OnAssignedValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAssignedValue: TBindingAssignedValueEvent read FAssignedValueEvent write FAssignedValueEvent;

C++

__property TBindingAssignedValueEvent OnAssignedValue = {read=FAssignedValueEvent, write=FAssignedValueEvent};

Properties

Type Visibility Source Unit Parent
event public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

Description

Event that occurs when a value has been assigned to this binding output.

Write an OnAssignedValue event handler whenever you need to provide further functionality when a value has just been assigned to this binding output.

See Also