API:Data.Bind.Components.TLinkControlToProperty.OnActivated

From RAD Studio API Documentation

Delphi

property OnActivated: TNotifyEvent read GetOnActivated write SetOnActivated;

C++

__property OnActivated;

Properties

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

Description

Event that occurs when the binding expressions of this delegate wrapper have been activated. Data.Bind.Components.TLinkControlToProperty.OnActivated inherits from Data.Bind.Components.TBindComponentDelegate.OnActivated. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.OnActivated.

Event that occurs when the binding expressions of this delegate wrapper have been activated.

See Also