TransactionStartedEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the DistributedTransactionStarted event of a TransactionManager class.
Assembly: System.Transactions (in System.Transactions.dll)
public delegate void TransactionStartedEventHandler( Object^ sender, TransactionEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System.Transactions::TransactionEventArgs^
The TransactionEventArgs that contains the transaction from which transaction information can be retrieved.
.NET Framework
Available since 2.0
Available since 2.0
Show: