ICommandBarButtonEvents Interface

Represents events on CommandBarButton objects.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaration
<GuidAttribute("40864B73-C4B0-4E9C-9C17-567D130CB413")> _
Public Interface 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

The ICommandBarButtonEvents type exposes the following members.

Methods

  Name Description
Public method Click Handles the Click event.

Top

See Also

Reference

Microsoft.VisualStudio.CommandBars Namespace