UITestInterpreter.UITestStarted Event

Raised just before the test starts to execute.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
Public Event UITestStarted As EventHandler(Of UITestEventArgs)
public event EventHandler<UITestEventArgs> UITestStarted
public:
 event EventHandler<UITestEventArgs^>^ UITestStarted {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member UITestStarted : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestActionEventArgs