ICommandBarButtonEvents Interface
Represents events on CommandBarButton objects.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaración
<GuidAttribute("40864B73-C4B0-4E9C-9C17-567D130CB413")> _
Public Interface ICommandBarButtonEvents
'Uso
Dim instance As ICommandBarButtonEvents
[GuidAttribute("40864B73-C4B0-4E9C-9C17-567D130CB413")]
public interface ICommandBarButtonEvents
[GuidAttribute(L"40864B73-C4B0-4E9C-9C17-567D130CB413")]
public interface class ICommandBarButtonEvents
[<GuidAttribute("40864B73-C4B0-4E9C-9C17-567D130CB413")>]
type ICommandBarButtonEvents = interface end
public interface ICommandBarButtonEvents