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
'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
- 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