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