UITest::Executing Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Raised before executing any test.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

public:
static  event EventHandler<UITestEventArgs^>^ Executing {
	void add (EventHandler<UITestEventArgs^>^ value);
	void remove (EventHandler<UITestEventArgs^>^ value);
}

Show: