Data.Bind.Components.TCommonBindComponent.OnActivated
Delphi
property OnActivated: TNotifyEvent read FOnActivated write SetOnActivated;
C++
__property System::Classes::TNotifyEvent OnActivated = {read=FOnActivated, write=SetOnActivated};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCommonBindComponent |
Description
Event that occurs when the binding expressions have been activated.