CommandEventArgs Class

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public Class CommandEventArgs _
    Inherits EventArgs
'Usage
Dim instance As CommandEventArgs
public class CommandEventArgs : EventArgs
public ref class CommandEventArgs : public EventArgs
public class CommandEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.Vsip.CommandEventArgs

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

CommandEventArgs Members

Microsoft.VisualStudio.TestTools.Vsip Namespace