_CommandBarComboBoxEvents_Event Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _CommandBarComboBoxEvents_Event
[ComVisibleAttribute(false)]
public interface _CommandBarComboBoxEvents_Event
[ComVisibleAttribute(false)]
public interface class _CommandBarComboBoxEvents_Event
[<ComVisibleAttribute(false)>]
type _CommandBarComboBoxEvents_Event = interface end
public interface _CommandBarComboBoxEvents_Event
The _CommandBarComboBoxEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_Change | Infrastructure. Microsoft Internal Use Only. | |
remove_Change | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
Change | The Change event. |
Top