PostPageEventArgs Class

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Class PostPageEventArgs _
    Inherits EventArgs
'Usage
Dim instance As PostPageEventArgs
public class PostPageEventArgs : EventArgs
public ref class PostPageEventArgs : public EventArgs
public class PostPageEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.WebTesting.PostPageEventArgs

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

PostPageEventArgs Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace