UITestInterpreter.UITestCompleted Event
Raised after the associated test has been completed.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.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
- 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
UITestActionEventArgs