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

In This Topic
    TransactionStateChangingEventArgs Class
    In This Topic
    Provides data for the DbTransactionBase.StateChanging event of the DbTransactionBase class.
    Syntax
    'Declaration
     
    Public NotInheritable Class TransactionStateChangingEventArgs 
       Inherits TransactionStateChangeEventArgs
    public sealed class TransactionStateChangingEventArgs : TransactionStateChangeEventArgs 
    Inheritance Hierarchy

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

    See Also