UITestInterpreterCore.UITestCompleted Event

Event raised after execution of UITest is completed.

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

Syntax

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

.NET Framework Security

See Also

Reference

UITestInterpreterCore Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace