Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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>
Public Event ActionCompleted As EventHandler(Of UITestActionEventArgs)
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top