IBX.IBCustomDataSet.TIBCustomDataSet.AfterTransactionEnd
Delphi
property AfterTransactionEnd: TNotifyEvent read FAfterTransactionEnd  write FAfterTransactionEnd;
C++
__property System::Classes::TNotifyEvent AfterTransactionEnd = {read=FAfterTransactionEnd, write=FAfterTransactionEnd};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | protected | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp | IBX.IBCustomDataSet | TIBCustomDataSet | 
Description
Occurs immediately after a transaction that includes this dataset's query ends.
Write an AfterTransactionEnd event handler to respond when the transaction specified by the Transaction property ends.