UITestInterpreterCore.ActionCompleted Event
Event raised after an UITestAction is executed.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
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 does not support events.
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace