Share via


UITest.Executing Event

 

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