UITestActionListEventArgs Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides event arguments for events raised by UITestActionListSection objects.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
Public Class UITestActionListEventArgs _
    Inherits EventArgs
'Usage
Dim instance As UITestActionListEventArgs
public class UITestActionListEventArgs : EventArgs
public ref class UITestActionListEventArgs : public EventArgs
type UITestActionListEventArgs =  
    class
        inherit EventArgs
    end
public class UITestActionListEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestActionListEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UITestActionListEventArgs Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestActionListSection