Data.Bind.Controls.TBindNavigatorController.OnActiveChanged
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: Data.Bind.Controls.pas Data.Bind.Controls.hpp
| |
Unit: Data.Bind.Controls | |
Parent: TBindNavigatorController |
Delphi
property OnActiveChanged: TNotifyEvent read FOnActiveChanged write FOnActiveChanged;
C++
__property System::Classes::TNotifyEvent OnActiveChanged = {read=FOnActiveChanged, write=FOnActiveChanged};
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.