The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITestActionEventArgs Class
Provides event arguments for UITestAction events.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.TestTools.UITest.Common::UITestActionEventArgs
Microsoft.VisualStudio.TestTools.UITest.Common::UITestErrorEventArgs
Microsoft.VisualStudio.TestTools.UITest.Common::UITestWarningEventArgs
System::EventArgs
Microsoft.VisualStudio.TestTools.UITest.Common::UITestActionEventArgs
Microsoft.VisualStudio.TestTools.UITest.Common::UITestErrorEventArgs
Microsoft.VisualStudio.TestTools.UITest.Common::UITestWarningEventArgs
| Name | Description | |
|---|---|---|
![]() | UITestActionEventArgs(UITestAction^) | Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestActionEventArgs class by using the given user interface (UI) test action. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the associated UITestAction object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Legacy Code Example
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


