UITestInterpreterCore.ActionStarted Event

 

Event raised before an UITestAction is executed.

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

Syntax

public event EventHandler<UITestActionEventArgs> ActionStarted
public:
event EventHandler<UITestActionEventArgs^>^ ActionStarted {
    void add(EventHandler<UITestActionEventArgs^>^ value);
    void remove(EventHandler<UITestActionEventArgs^>^ value);
}
member ActionStarted : IEvent<EventHandler<UITestActionEventArgs>,
    UITestActionEventArgs>
Public Event ActionStarted As EventHandler(Of UITestActionEventArgs)

See Also

UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

Return to top