Share via


CommandContextChangedEventArgs Class

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class CommandContextChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As CommandContextChangedEventArgs
[CLSCompliantAttribute(false)]
public class CommandContextChangedEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class CommandContextChangedEventArgs : public EventArgs
public class CommandContextChangedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Modeling.Shell.CommandContextChangedEventArgs

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

CommandContextChangedEventArgs Members

Microsoft.VisualStudio.Modeling.Shell Namespace