Evento UITestInterpreter.ActionCompleted

Gerado quando a execução de uma ação foi concluída.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (em Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.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>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

UITestInterpreter Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

UITestActionEventArgs