Data.Bind.Components.TBindCompEvalErrorEvent
C++
typedef void __fastcall (__closure *TBindCompEvalErrorEvent)(System::TObject* Sender, System::Sysutils::Exception* AException);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
typedef | public | Data.Bind.Components.hpp | Data.Bind.Components | Data.Bind.Components |
Description
Procedural type used by all OnEvalError events.
Parameter | Description |
---|---|
Sender
|
The object that issues the event call. |
AException
|
Exception that is raised when this event is fired. |