Partilhar via


Evento UITestInterpreterCore.ActionCompleted

O evento gerado após um UITestAction é executado.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Event ActionCompleted As EventHandler(Of UITestActionEventArgs)
public event EventHandler<UITestActionEventArgs> ActionCompleted
public:
 event EventHandler<UITestActionEventArgs^>^ ActionCompleted {
    void add (EventHandler<UITestActionEventArgs^>^ value);
    void remove (EventHandler<UITestActionEventArgs^>^ value);
}
member ActionCompleted : IEvent<EventHandler<UITestActionEventArgs>,
    UITestActionEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

UITestInterpreterCore Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.CodeGeneration