Data.Bind.Controls.TBindNavigatorController.OnDataChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDataChanged: TNotifyEvent read FOnDataChanged write FOnDataChanged;

C++

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

Properties

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

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