UITestInterpreterCore.ActionListStarted Event
Event raised before execution of each ActionList is started.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public event EventHandler<UITestActionListEventArgs> ActionListStarted
public:
event EventHandler<UITestActionListEventArgs^>^ ActionListStarted {
void add(EventHandler<UITestActionListEventArgs^>^ value);
void remove(EventHandler<UITestActionListEventArgs^>^ value);
}
member ActionListStarted : IEvent<EventHandler<UITestActionListEventArgs>,
UITestActionListEventArgs>
Public Event ActionListStarted As EventHandler(Of UITestActionListEventArgs)
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top