System.Bindings.Expression.TBindingExpression.OnLocationUpdatedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLocationUpdatedEvent: TBindingLocationUpdatedEvent read GetLocationUpdatedEvent write SetLocationUpdatedEvent;

C++

__property System::Bindings::Outputs::TBindingLocationUpdatedEvent OnLocationUpdatedEvent = {read=GetLocationUpdatedEvent, write=SetLocationUpdatedEvent};

Properties

Type Visibility Source Unit Parent
event public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Occurs when the expression engine regenerates an output location.

See Also