dotConnect for Oracle 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.

On this page
    TransactionStateChangedEventArgs Constructor
    On this page
    Initializes an instance of the TransactionStateChangedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As TransactionAction _
    )
    public TransactionStateChangedEventArgs( 
       TransactionAction action
    )

    Parameters

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