UITestInterpreterCore.UITestStarted Event

 

Event raised before execution of UITest starts.

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

Syntax

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>
Public Event UITestStarted As EventHandler(Of UITestEventArgs)

See Also

UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

Return to top