Data.Bind.Components.TBindLink.OnActivated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActivated: TNotifyEvent read FOnActivated write SetOnActivated;

C++

__property OnActivated;

Properties

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

Description

Event that occurs when the binding expressions have been activated.

Data.Bind.Components.TBindLink.OnActivated inherits from Data.Bind.Components.TCommonBindComponent.OnActivated. All content below this line refers to Data.Bind.Components.TCommonBindComponent.OnActivated.

Event that occurs when the binding expressions have been activated.

See Also