Chili.Opf3 Send comments on this topic.
TransactionRollback Event
See Also 
Chili.Opf3.Storages Namespace > Transaction Class : TransactionRollback Event




Fired if the transaction had been rolled back in any way.

Syntax

Visual Basic (Declaration) 
Public Event TransactionRollback() As EventHandler(Of EventArgs)
Visual Basic (Usage)Copy Code
Dim instance As Transaction
Dim handler As EventHandler(Of EventArgs)
 
AddHandler instance.TransactionRollback, handler
C# 
public event EventHandler<EventArgs> TransactionRollback()
Managed Extensions for C++ 
public: __event EventHandler<EventArgs>* TransactionRollback();
C++/CLI 
public:
event EventHandler<EventArgs>^ TransactionRollback();

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also