PreTransactionEventArgs Class
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Class PreTransactionEventArgs _
Inherits EventArgs
'Usage
Dim instance As PreTransactionEventArgs
public class PreTransactionEventArgs : EventArgs
public ref class PreTransactionEventArgs : public EventArgs
public class PreTransactionEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.WebTesting.PreTransactionEventArgs
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.