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)
'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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace