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
public static event EventHandler<UITestEventArgs> Executing
public:
event EventHandler<UITestEventArgs^>^ Executing {
static void add(EventHandler<UITestEventArgs^>^ value);
static void remove(EventHandler<UITestEventArgs^>^ value);
}
static member Executing : IEvent<EventHandler<UITestEventArgs>,
UITestEventArgs>
Public Shared Event Executing As EventHandler(Of UITestEventArgs)
See Also
UITestEventArgs
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top