TransactionEventArgs Class

Provides data for transaction events.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Class TransactionEventArgs _
    Inherits GenericEventArgs
'Usage
Dim instance As TransactionEventArgs
public class TransactionEventArgs : GenericEventArgs
public ref class TransactionEventArgs : public GenericEventArgs
public class TransactionEventArgs extends GenericEventArgs

Remarks

This class is the base class for transaction event arguments classes.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Modeling.ModelingEventArgs
      Microsoft.VisualStudio.Modeling.GenericEventArgs
        Microsoft.VisualStudio.Modeling.TransactionEventArgs
          Microsoft.VisualStudio.Modeling.TransactionBeginningEventArgs
          Microsoft.VisualStudio.Modeling.TransactionCommitEventArgs
          Microsoft.VisualStudio.Modeling.TransactionRollbackEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TransactionEventArgs Members

Microsoft.VisualStudio.Modeling Namespace