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.
Raised before the start of the execution of the actions in an action list.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
'Declaration
Public Event ActionListStarted As EventHandler(Of UITestActionListEventArgs)
public event EventHandler<UITestActionListEventArgs> ActionListStarted
public:
event EventHandler<UITestActionListEventArgs^>^ ActionListStarted {
void add (EventHandler<UITestActionListEventArgs^>^ value);
void remove (EventHandler<UITestActionListEventArgs^>^ value);
}
member ActionListStarted : IEvent<EventHandler<UITestActionListEventArgs>,
UITestActionListEventArgs>
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
UITestActionEventArgs