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
[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

The ICommandBarComboBoxEvents type exposes the following members.

Methods

  Name Description
Public method Change Handles the Change event.

Top

See Also

Reference

Microsoft.VisualStudio.CommandBars Namespace