ICommandBarsEvents Interface
Represents events on CommandBars objects.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
<GuidAttribute("37318B32-4553-4B37-B0B9-3A0F8A2C1E60")> _
Public Interface ICommandBarsEvents
'Usage
Dim instance As ICommandBarsEvents
[GuidAttribute("37318B32-4553-4B37-B0B9-3A0F8A2C1E60")]
public interface ICommandBarsEvents
[GuidAttribute(L"37318B32-4553-4B37-B0B9-3A0F8A2C1E60")]
public interface class ICommandBarsEvents
[<GuidAttribute("37318B32-4553-4B37-B0B9-3A0F8A2C1E60")>]
type ICommandBarsEvents = interface end
public interface ICommandBarsEvents