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