Data.Bind.Controls.TBindNavigatorController.OnActiveChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActiveChanged: TNotifyEvent read FOnActiveChanged write FOnActiveChanged;

C++

__property System::Classes::TNotifyEvent OnActiveChanged = {read=FOnActiveChanged, write=FOnActiveChanged};

Properties

Type Visibility Source Unit Parent
event public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController

Description

Occurs when the status of the attached data source changes from inactive to active.

Write an OnActiveChanged event in order to provide further functionality whenever the status of the attached data source changes from inactive to active.

See Also