TransactionLog Class

Definition

Class for handling transaction events

public ref class TransactionLog : System::Collections::Generic::List<Microsoft::VisualStudio::Modeling::GenericEventArgs ^>
public class TransactionLog : System.Collections.Generic.List<Microsoft.VisualStudio.Modeling.GenericEventArgs>
type TransactionLog = class
    inherit List<GenericEventArgs>
Public Class TransactionLog
Inherits List(Of GenericEventArgs)
Inheritance
TransactionLog

Constructors

TransactionLog()

Constructor.

Applies to