TransactionCompletedEventHandler Delegate
.NET Framework (current version)
Represents the method that handles the TransactionCompleted event of a Transaction class.
Assembly: System.Transactions (in System.Transactions.dll)
public delegate void TransactionCompletedEventHandler( Object^ sender, TransactionEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System.Transactions::TransactionEventArgs^
The TransactionEventArgs that contains the event data.
The following example shows how an application can obtain the outcome of a transaction by subscribing to the TransactionCompleted event.
.NET Framework
Available since 2.0
Available since 2.0
Show: