API:Data.Bind.Grid.TLinkGridToDataSource.OnActivated

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Data.Bind.Grid.pas
Data.Bind.Grid.hpp
Unit: Data.Bind.Grid
Parent: TLinkGridToDataSource

Delphi

property OnActivated;

C++

__property OnActivated;

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