Freigeben über


UITestInterpreterCore.ActionListCompleted-Ereignis

Das Ereignis, das nach Ausführung jeder ActionList ausgelöst wird, wird abgeschlossen.

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 unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestInterpreterCore Klasse

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration-Namespace