ICommandBarComboBoxEvents Interface
Represents events on CommandBarComboBox objects.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
<GuidAttribute("9D13162A-8059-4210-B4E6-306D00FE3C49")> _
Public Interface ICommandBarComboBoxEvents
'Usage
Dim instance As ICommandBarComboBoxEvents
[GuidAttribute("9D13162A-8059-4210-B4E6-306D00FE3C49")]
public interface ICommandBarComboBoxEvents
[GuidAttribute(L"9D13162A-8059-4210-B4E6-306D00FE3C49")]
public interface class ICommandBarComboBoxEvents
[<GuidAttribute("9D13162A-8059-4210-B4E6-306D00FE3C49")>]
type ICommandBarComboBoxEvents = interface end
public interface ICommandBarComboBoxEvents