API:Data.Bind.Grid.TLinkGridToDataSource.OnActivated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActivated: TNotifyEvent read GetOnActivated write SetOnActivated;

C++

__property OnActivated;

Properties

Type Visibility Source Unit Parent
event published
Data.Bind.Grid.pas
Data.Bind.Grid.hpp
Data.Bind.Grid TLinkGridToDataSource

Description

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

Data.Bind.Grid.TLinkGridToDataSource.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