Data.Bind.Components.TBindComponentDelegate.OnActivated
Delphi
property OnActivated: TNotifyEvent read GetOnActivated write SetOnActivated;
C++
__property System::Classes::TNotifyEvent OnActivated = {read=GetOnActivated, write=SetOnActivated};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
event | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBindComponentDelegate |
Beschreibung
Ereignis, das ausgelöst wird, wenn die Bindungsausdrücke dieses Delegat-Wrappers ausgelöst wurden.