Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public MustOverride Event TestCaseFailed As EventHandler(Of TestCaseFailedEventArgs)
public abstract event EventHandler<TestCaseFailedEventArgs> TestCaseFailed
public:
virtual   event EventHandler<TestCaseFailedEventArgs^>^ TestCaseFailed {
    void add (EventHandler<TestCaseFailedEventArgs^>^ value);
    void remove (EventHandler<TestCaseFailedEventArgs^>^ value);
}
abstract TestCaseFailed : IEvent<EventHandler<TestCaseFailedEventArgs>,
    TestCaseFailedEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.