dotConnect for PostgreSQL Documentation
Devart.Common Namespace / TransactionStateChangingEventArgs Class
Members

TransactionStateChangingEventArgs Class
Provides data for the DbTransactionBase.StateChanging event of the DbTransactionBase class.
Syntax
'Declaration
 
Public NotInheritable Class TransactionStateChangingEventArgs 
   Inherits TransactionStateChangeEventArgs
 
Inheritance Hierarchy

System.Object
   System.EventArgs
      Devart.Common.TransactionStateChangeEventArgs
         Devart.Common.TransactionStateChangingEventArgs

See Also