Data.Bind.Components.TBindComponentDelegate.OnActivated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActivated: TNotifyEvent read GetOnActivated write SetOnActivated;

C++

__property System::Classes::TNotifyEvent OnActivated = {read=GetOnActivated, write=SetOnActivated};

Properties

Type Visibility Source Unit Parent
event public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindComponentDelegate

Description

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

See Also