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
[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
The ICommandBarsEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnUpdate | Handles the Update event. |
Top