Data.Bind.Controls.TBindNavigatorController.OnDataChanged

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Unit: Data.Bind.Controls
Parent: TBindNavigatorController

Delphi

property OnDataChanged: TNotifyEvent read FOnDataChanged write FOnDataChanged;

C++

__property System::Classes::TNotifyEvent OnDataChanged = {read=FOnDataChanged, write=FOnDataChanged};

Description

Occurs when the data contained in the attached data source changes.

Write an OnDataChanged event in order to provide further functionality whenever the data contained in the attached data source changes.

See Also