UITestInterpreterCore.ActionListCompleted Event

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

'Declaration
Public Event ActionListCompleted As EventHandler(Of UITestActionListEventArgs)
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>
JScript does not support events.

.NET Framework Security

See Also

Reference

UITestInterpreterCore Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace