Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the framework starts to execute this UI test.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Shared Event Executing As EventHandler(Of UITestEventArgs)
public static event EventHandler<UITestEventArgs> Executing
public:
static event EventHandler<UITestEventArgs^>^ Executing {
void add (EventHandler<UITestEventArgs^>^ value);
void remove (EventHandler<UITestEventArgs^>^ value);
}
member Executing : 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.