TestEventArgs Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.Framework
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Class TestEventArgs _
    Inherits EventArgs
'Usage
Dim instance As TestEventArgs
public class TestEventArgs : EventArgs
public ref class TestEventArgs : public EventArgs
public class TestEventArgs extends EventArgs
type TestEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.Framework.TestEventArgs
      Microsoft.VisualStudio.TestTools.Framework.TestCompletedEventArgs
      Microsoft.VisualStudio.TestTools.Framework.TestStartedEventArgs

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

TestEventArgs Members

Microsoft.VisualStudio.TestTools.Framework Namespace