Occurs when one live test has finished and result is available.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
event EventHandler<TestEventArgs<BaseLiveTest, LiveTestResult>> TestFinished |
Visual Basic |
---|
Event TestFinished As EventHandler(Of TestEventArgs(Of BaseLiveTest, LiveTestResult)) |
Visual C++ |
---|
event EventHandler<TestEventArgs<BaseLiveTest^, LiveTestResult^>^>^ TestFinished { void add (EventHandler<TestEventArgs<BaseLiveTest^, LiveTestResult^>^>^ value); void remove (EventHandler<TestEventArgs<BaseLiveTest^, LiveTestResult^>^>^ value); } |