dotConnect for MySQL Documentation
Devart.Common Namespace / TransactionStateChangedEventArgs Class / TransactionStateChangedEventArgs Constructor
The operation that is being performed or has been performed in the transaction when the DbTransactionBase.StateChanged event occurs.

In This Topic
TransactionStateChangedEventArgs Constructor
In This Topic
Initializes an instance of the TransactionStateChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As TransactionAction _
)
 

Parameters

action
The operation that is being performed or has been performed in the transaction when the DbTransactionBase.StateChanged event occurs.
See Also